pub struct AngularVelocity { /* private fields */ }Implementations§
Source§impl AngularVelocity
impl AngularVelocity
pub const fn new(native: NativeType) -> Self
pub fn abs(&self) -> Self
Trait Implementations§
Source§impl Add for AngularVelocity
impl Add for AngularVelocity
Source§impl AddAssign for AngularVelocity
impl AddAssign for AngularVelocity
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl<'__de, __Context> BorrowDecode<'__de, __Context> for AngularVelocity
impl<'__de, __Context> BorrowDecode<'__de, __Context> for AngularVelocity
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for AngularVelocity
impl Clone for AngularVelocity
Source§fn clone(&self) -> AngularVelocity
fn clone(&self) -> AngularVelocity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<__Context> Decode<__Context> for AngularVelocity
impl<__Context> Decode<__Context> for AngularVelocity
Source§impl Div<AngularAcceleration> for AngularVelocity
impl Div<AngularAcceleration> for AngularVelocity
Source§impl Div<AngularVelocity> for AngularAcceleration
impl Div<AngularVelocity> for AngularAcceleration
Source§impl Div<AngularVelocity> for AngularVelocitySquared
impl Div<AngularVelocity> for AngularVelocitySquared
Source§type Output = AngularVelocity
type Output = AngularVelocity
The resulting type after applying the
/ operator.Source§fn div(self, square: AngularVelocity) -> AngularVelocity
fn div(self, square: AngularVelocity) -> AngularVelocity
Performs the
/ operation. Read moreSource§impl Div<AngularVelocity> for PlaneAngle
impl Div<AngularVelocity> for PlaneAngle
Source§impl Div<Frequency> for AngularVelocity
impl Div<Frequency> for AngularVelocity
Source§type Output = PlaneAngle
type Output = PlaneAngle
The resulting type after applying the
/ operator.Source§impl Div<PlaneAngle> for AngularVelocity
impl Div<PlaneAngle> for AngularVelocity
Source§impl Div<Time> for AngularVelocity
impl Div<Time> for AngularVelocity
Source§type Output = AngularAcceleration
type Output = AngularAcceleration
The resulting type after applying the
/ operator.Source§impl Div for AngularVelocity
impl Div for AngularVelocity
Source§impl Encode for AngularVelocity
impl Encode for AngularVelocity
Source§impl From<AngularVelocity> for DegreesPerSecond
impl From<AngularVelocity> for DegreesPerSecond
Source§fn from(value: AngularVelocity) -> Self
fn from(value: AngularVelocity) -> Self
Converts to this type from the input type.
Source§impl From<AngularVelocity> for RevolutionsPerMinute
impl From<AngularVelocity> for RevolutionsPerMinute
Source§fn from(value: AngularVelocity) -> Self
fn from(value: AngularVelocity) -> Self
Converts to this type from the input type.
Source§impl From<f64> for AngularVelocity
impl From<f64> for AngularVelocity
Source§fn from(native: NativeType) -> AngularVelocity
fn from(native: NativeType) -> AngularVelocity
Converts to this type from the input type.
Source§impl Into<AngularVelocity> for DegreesPerSecond
impl Into<AngularVelocity> for DegreesPerSecond
Source§fn into(self) -> AngularVelocity
fn into(self) -> AngularVelocity
Converts this type into the (usually inferred) input type.
Source§impl Into<AngularVelocity> for RevolutionsPerMinute
impl Into<AngularVelocity> for RevolutionsPerMinute
Source§fn into(self) -> AngularVelocity
fn into(self) -> AngularVelocity
Converts this type into the (usually inferred) input type.
Source§impl Into<f64> for AngularVelocity
impl Into<f64> for AngularVelocity
Source§fn into(self) -> NativeType
fn into(self) -> NativeType
Converts this type into the (usually inferred) input type.
Source§impl Mul<AngularVelocity> for Frequency
impl Mul<AngularVelocity> for Frequency
Source§type Output = AngularAcceleration
type Output = AngularAcceleration
The resulting type after applying the
* operator.Source§fn mul(self, rhs: AngularVelocity) -> AngularAcceleration
fn mul(self, rhs: AngularVelocity) -> AngularAcceleration
Performs the
* operation. Read moreSource§impl Mul<AngularVelocity> for Time
impl Mul<AngularVelocity> for Time
Source§type Output = PlaneAngle
type Output = PlaneAngle
The resulting type after applying the
* operator.Source§fn mul(self, rhs: AngularVelocity) -> PlaneAngle
fn mul(self, rhs: AngularVelocity) -> PlaneAngle
Performs the
* operation. Read moreSource§impl Mul<Frequency> for AngularVelocity
impl Mul<Frequency> for AngularVelocity
Source§type Output = AngularAcceleration
type Output = AngularAcceleration
The resulting type after applying the
* operator.Source§impl Mul<Scalar> for AngularVelocity
impl Mul<Scalar> for AngularVelocity
Source§impl Mul<Time> for AngularVelocity
impl Mul<Time> for AngularVelocity
Source§type Output = PlaneAngle
type Output = PlaneAngle
The resulting type after applying the
* operator.Source§impl Mul for AngularVelocity
impl Mul for AngularVelocity
Source§type Output = AngularVelocitySquared
type Output = AngularVelocitySquared
The resulting type after applying the
* operator.Source§fn mul(self, square: AngularVelocity) -> AngularVelocitySquared
fn mul(self, square: AngularVelocity) -> AngularVelocitySquared
Performs the
* operation. Read moreSource§impl PartialEq for AngularVelocity
impl PartialEq for AngularVelocity
Source§impl PartialOrd for AngularVelocity
impl PartialOrd for AngularVelocity
Source§impl Sub for AngularVelocity
impl Sub for AngularVelocity
Source§impl SubAssign for AngularVelocity
impl SubAssign for AngularVelocity
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for AngularVelocity
Auto Trait Implementations§
impl Freeze for AngularVelocity
impl RefUnwindSafe for AngularVelocity
impl Send for AngularVelocity
impl Sync for AngularVelocity
impl Unpin for AngularVelocity
impl UnwindSafe for AngularVelocity
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more