pub struct AngularAcceleration<T: NumLike> {
pub radps2: T,
}Expand description
The angular acceleration unit type, defined as radians per second squared in SI units
Fields§
§radps2: TThe value of this Angular acceleration in radians per second squared
Implementations§
Source§impl<T> AngularAcceleration<T>where
T: NumLike,
impl<T> AngularAcceleration<T>where
T: NumLike,
Sourcepub fn unit_name() -> &'static str
pub fn unit_name() -> &'static str
Returns the standard unit name of angular acceleration: “radians per second squared”
Sourcepub fn unit_symbol() -> &'static str
pub fn unit_symbol() -> &'static str
Returns the abbreviated name or symbol of angular acceleration: “rad/s²” for radians per second squared
Sourcepub fn from_radps2(radps2: T) -> Self
pub fn from_radps2(radps2: T) -> Self
Returns a new angular acceleration value from the given number of radians per second squared
§Arguments
radps2- Any number-like type, representing a quantity of radians per second squared
Sourcepub fn to_radps2(&self) -> T
pub fn to_radps2(&self) -> T
Returns a copy of this angular acceleration value in radians per second squared
Sourcepub fn from_radians_per_second_squared(radians_per_second_squared: T) -> Self
pub fn from_radians_per_second_squared(radians_per_second_squared: T) -> Self
Returns a new angular acceleration value from the given number of radians per second squared
§Arguments
radians_per_second_squared- Any number-like type, representing a quantity of radians per second squared
Sourcepub fn to_radians_per_second_squared(&self) -> T
pub fn to_radians_per_second_squared(&self) -> T
Returns a copy of this angular acceleration value in radians per second squared
Source§impl<T> AngularAcceleration<T>
impl<T> AngularAcceleration<T>
Sourcepub fn to_degrees_per_second_squared(&self) -> T
pub fn to_degrees_per_second_squared(&self) -> T
Returns a copy of this angular acceleration value in degrees per second squared
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_degrees_per_second_squared(degrees_per_second_squared: T) -> Self
pub fn from_degrees_per_second_squared(degrees_per_second_squared: T) -> Self
Returns a new angular acceleration value from the given number of degrees per second squared
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
degrees_per_second_squared- Any number-like type, representing a quantity of degrees per second squared
Sourcepub fn to_rps2(&self) -> T
pub fn to_rps2(&self) -> T
Returns a copy of this angular acceleration value in revolutions per second squared
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_rps2(rps2: T) -> Self
pub fn from_rps2(rps2: T) -> Self
Returns a new angular acceleration value from the given number of revolutions per second squared
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
rps2- Any number-like type, representing a quantity of revolutions per second squared
Sourcepub fn to_rpm2(&self) -> T
pub fn to_rpm2(&self) -> T
Returns a copy of this angular acceleration value in revolutions per minute squared
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_rpm2(rpm2: T) -> Self
pub fn from_rpm2(rpm2: T) -> Self
Returns a new angular acceleration value from the given number of revolutions per minute squared
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
rpm2- Any number-like type, representing a quantity of revolutions per minute squared
Sourcepub fn to_degps2(&self) -> T
pub fn to_degps2(&self) -> T
Returns a copy of this angular acceleration value in degrees per second squared
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_degps2(degps2: T) -> Self
pub fn from_degps2(degps2: T) -> Self
Returns a new angular acceleration value from the given number of degrees per second squared
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
degps2- Any number-like type, representing a quantity of degrees per second squared
Sourcepub fn to_rph2(&self) -> T
pub fn to_rph2(&self) -> T
Returns a copy of this angular acceleration value in revolutions per hour squared
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_rph2(rph2: T) -> Self
pub fn from_rph2(rph2: T) -> Self
Returns a new angular acceleration value from the given number of revolutions per hour squared
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
rph2- Any number-like type, representing a quantity of revolutions per hour squared
Trait Implementations§
Source§impl<T: NumLike> Add for &AngularAcceleration<T>
Adding two unit values of the same type returns a new unit value of the same type (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Add for &AngularAcceleration<T>
Adding two unit values of the same type returns a new unit value of the same type (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Add for AngularAcceleration<T>
Adding two unit values of the same type returns a new unit value of the same type
impl<T: NumLike> Add for AngularAcceleration<T>
Adding two unit values of the same type returns a new unit value of the same type
Source§impl<T: NumLike> AddAssign for AngularAcceleration<T>
Adds the given unit value to this unit value
impl<T: NumLike> AddAssign for AngularAcceleration<T>
Adds the given unit value to this unit value
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
+= operation. Read moreSource§impl<T: Clone + NumLike> Clone for AngularAcceleration<T>
impl<T: Clone + NumLike> Clone for AngularAcceleration<T>
Source§fn clone(&self) -> AngularAcceleration<T>
fn clone(&self) -> AngularAcceleration<T>
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl<T> Display for AngularAcceleration<T>where
T: NumLike,
impl<T> Display for AngularAcceleration<T>where
T: NumLike,
Source§impl<T> Div<&AngularAcceleration<T>> for &AngularVelocity<T>where
T: NumLike,
Dividing a AngularVelocity by a AngularAcceleration returns a value of type Time
impl<T> Div<&AngularAcceleration<T>> for &AngularVelocity<T>where
T: NumLike,
Dividing a AngularVelocity by a AngularAcceleration returns a value of type Time
Source§impl<T> Div<&AngularAcceleration<T>> for &Frequency<T>where
T: NumLike,
Dividing a Frequency by a AngularAcceleration returns a value of type InverseAngularVelocity
impl<T> Div<&AngularAcceleration<T>> for &Frequency<T>where
T: NumLike,
Dividing a Frequency by a AngularAcceleration returns a value of type InverseAngularVelocity
Source§type Output = InverseAngularVelocity<T>
type Output = InverseAngularVelocity<T>
/ operator.Source§impl<T> Div<&AngularAcceleration<T>> for &f32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<&AngularAcceleration<T>> for &f32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<&AngularAcceleration<T>> for &f64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<&AngularAcceleration<T>> for &f64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<&AngularAcceleration<T>> for &i32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<&AngularAcceleration<T>> for &i32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<&AngularAcceleration<T>> for &i64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<&AngularAcceleration<T>> for &i64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<&AngularAcceleration<T>> for AngularVelocity<T>where
T: NumLike,
Dividing a AngularVelocity by a AngularAcceleration returns a value of type Time
impl<T> Div<&AngularAcceleration<T>> for AngularVelocity<T>where
T: NumLike,
Dividing a AngularVelocity by a AngularAcceleration returns a value of type Time
Source§impl<T> Div<&AngularAcceleration<T>> for Frequency<T>where
T: NumLike,
Dividing a Frequency by a AngularAcceleration returns a value of type InverseAngularVelocity
impl<T> Div<&AngularAcceleration<T>> for Frequency<T>where
T: NumLike,
Dividing a Frequency by a AngularAcceleration returns a value of type InverseAngularVelocity
Source§type Output = InverseAngularVelocity<T>
type Output = InverseAngularVelocity<T>
/ operator.Source§impl<T> Div<&AngularAcceleration<T>> for f32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<&AngularAcceleration<T>> for f32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<&AngularAcceleration<T>> for f64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<&AngularAcceleration<T>> for f64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<&AngularAcceleration<T>> for i32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<&AngularAcceleration<T>> for i32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<&AngularAcceleration<T>> for i64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<&AngularAcceleration<T>> for i64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<&AngularVelocity<T>> for &AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a AngularVelocity returns a value of type Frequency
impl<T> Div<&AngularVelocity<T>> for &AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a AngularVelocity returns a value of type Frequency
Source§impl<T> Div<&AngularVelocity<T>> for AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a AngularVelocity returns a value of type Frequency
impl<T> Div<&AngularVelocity<T>> for AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a AngularVelocity returns a value of type Frequency
Source§impl<T> Div<&Frequency<T>> for &AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a Frequency returns a value of type AngularVelocity
impl<T> Div<&Frequency<T>> for &AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a Frequency returns a value of type AngularVelocity
Source§impl<T> Div<&Frequency<T>> for AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a Frequency returns a value of type AngularVelocity
impl<T> Div<&Frequency<T>> for AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a Frequency returns a value of type AngularVelocity
Source§impl<T> Div<&T> for &AngularAcceleration<T>where
T: NumLike,
Dividing a unit value by a scalar value returns a unit value
impl<T> Div<&T> for &AngularAcceleration<T>where
T: NumLike,
Dividing a unit value by a scalar value returns a unit value
Source§impl<T> Div<&T> for AngularAcceleration<T>where
T: NumLike,
Dividing a unit value by a scalar value returns a unit value
impl<T> Div<&T> for AngularAcceleration<T>where
T: NumLike,
Dividing a unit value by a scalar value returns a unit value
Source§impl<T> Div<AngularAcceleration<T>> for &AngularVelocity<T>where
T: NumLike,
Dividing a AngularVelocity by a AngularAcceleration returns a value of type Time
impl<T> Div<AngularAcceleration<T>> for &AngularVelocity<T>where
T: NumLike,
Dividing a AngularVelocity by a AngularAcceleration returns a value of type Time
Source§impl<T> Div<AngularAcceleration<T>> for &Frequency<T>where
T: NumLike,
Dividing a Frequency by a AngularAcceleration returns a value of type InverseAngularVelocity
impl<T> Div<AngularAcceleration<T>> for &Frequency<T>where
T: NumLike,
Dividing a Frequency by a AngularAcceleration returns a value of type InverseAngularVelocity
Source§type Output = InverseAngularVelocity<T>
type Output = InverseAngularVelocity<T>
/ operator.Source§impl<T> Div<AngularAcceleration<T>> for &f32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<AngularAcceleration<T>> for &f32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<AngularAcceleration<T>> for &f64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<AngularAcceleration<T>> for &f64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<AngularAcceleration<T>> for &i32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<AngularAcceleration<T>> for &i32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<AngularAcceleration<T>> for &i64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<AngularAcceleration<T>> for &i64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<AngularAcceleration<T>> for AngularVelocity<T>where
T: NumLike,
Dividing a AngularVelocity by a AngularAcceleration returns a value of type Time
impl<T> Div<AngularAcceleration<T>> for AngularVelocity<T>where
T: NumLike,
Dividing a AngularVelocity by a AngularAcceleration returns a value of type Time
Source§impl<T> Div<AngularAcceleration<T>> for Frequency<T>where
T: NumLike,
Dividing a Frequency by a AngularAcceleration returns a value of type InverseAngularVelocity
impl<T> Div<AngularAcceleration<T>> for Frequency<T>where
T: NumLike,
Dividing a Frequency by a AngularAcceleration returns a value of type InverseAngularVelocity
Source§type Output = InverseAngularVelocity<T>
type Output = InverseAngularVelocity<T>
/ operator.Source§impl<T> Div<AngularAcceleration<T>> for f32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<AngularAcceleration<T>> for f32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<AngularAcceleration<T>> for f64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<AngularAcceleration<T>> for f64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<AngularAcceleration<T>> for i32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<AngularAcceleration<T>> for i32
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<AngularAcceleration<T>> for i64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
impl<T> Div<AngularAcceleration<T>> for i64
Dividing a scalar value by a AngularAcceleration unit value returns a value of type InverseAngularAcceleration
Source§type Output = InverseAngularAcceleration<T>
type Output = InverseAngularAcceleration<T>
/ operator.Source§impl<T> Div<AngularVelocity<T>> for &AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a AngularVelocity returns a value of type Frequency
impl<T> Div<AngularVelocity<T>> for &AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a AngularVelocity returns a value of type Frequency
Source§impl<T> Div<AngularVelocity<T>> for AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a AngularVelocity returns a value of type Frequency
impl<T> Div<AngularVelocity<T>> for AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a AngularVelocity returns a value of type Frequency
Source§impl<T> Div<Frequency<T>> for &AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a Frequency returns a value of type AngularVelocity
impl<T> Div<Frequency<T>> for &AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a Frequency returns a value of type AngularVelocity
Source§impl<T> Div<Frequency<T>> for AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a Frequency returns a value of type AngularVelocity
impl<T> Div<Frequency<T>> for AngularAcceleration<T>where
T: NumLike,
Dividing a AngularAcceleration by a Frequency returns a value of type AngularVelocity
Source§impl<T: NumLike> Div<T> for &AngularAcceleration<T>
Dividing a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Div<T> for &AngularAcceleration<T>
Dividing a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Div<T> for AngularAcceleration<T>
Dividing a unit value by a scalar value returns a unit value
impl<T: NumLike> Div<T> for AngularAcceleration<T>
Dividing a unit value by a scalar value returns a unit value
Source§impl<T: NumLike> Div for &AngularAcceleration<T>
Dividing a unit value by another of the same type returns a scalar value (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Div for &AngularAcceleration<T>
Dividing a unit value by another of the same type returns a scalar value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Div for AngularAcceleration<T>
Dividing a unit value by another of the same type returns a scalar value
impl<T: NumLike> Div for AngularAcceleration<T>
Dividing a unit value by another of the same type returns a scalar value
Source§impl<T: NumLike> DivAssign<T> for AngularAcceleration<T>
Divides this unit value by a scalar
impl<T: NumLike> DivAssign<T> for AngularAcceleration<T>
Divides this unit value by a scalar
Source§fn div_assign(&mut self, rhs: T)
fn div_assign(&mut self, rhs: T)
/= operation. Read moreSource§impl<T> Hash for AngularAcceleration<T>
This struct implements the Hash trait if it’s member data type also has the Hash trait
impl<T> Hash for AngularAcceleration<T>
This struct implements the Hash trait if it’s member data type also has the Hash trait
Source§impl<T> Mul<&AngularAcceleration<T>> for &InverseAngularVelocity<T>where
T: NumLike,
Multiplying a InverseAngularVelocity by a AngularAcceleration returns a value of type Frequency
impl<T> Mul<&AngularAcceleration<T>> for &InverseAngularVelocity<T>where
T: NumLike,
Multiplying a InverseAngularVelocity by a AngularAcceleration returns a value of type Frequency
Source§impl<T> Mul<&AngularAcceleration<T>> for &Time<T>where
T: NumLike,
Multiplying a Time by a AngularAcceleration returns a value of type AngularVelocity
impl<T> Mul<&AngularAcceleration<T>> for &Time<T>where
T: NumLike,
Multiplying a Time by a AngularAcceleration returns a value of type AngularVelocity
Source§type Output = AngularVelocity<T>
type Output = AngularVelocity<T>
* operator.Source§impl<T> Mul<&AngularAcceleration<T>> for InverseAngularVelocity<T>where
T: NumLike,
Multiplying a InverseAngularVelocity by a AngularAcceleration returns a value of type Frequency
impl<T> Mul<&AngularAcceleration<T>> for InverseAngularVelocity<T>where
T: NumLike,
Multiplying a InverseAngularVelocity by a AngularAcceleration returns a value of type Frequency
Source§impl<T> Mul<&AngularAcceleration<T>> for Time<T>where
T: NumLike,
Multiplying a Time by a AngularAcceleration returns a value of type AngularVelocity
impl<T> Mul<&AngularAcceleration<T>> for Time<T>where
T: NumLike,
Multiplying a Time by a AngularAcceleration returns a value of type AngularVelocity
Source§type Output = AngularVelocity<T>
type Output = AngularVelocity<T>
* operator.Source§impl<T> Mul<&AngularAcceleration<T>> for f32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&AngularAcceleration<T>> for f32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<&AngularAcceleration<T>> for f64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&AngularAcceleration<T>> for f64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<&AngularAcceleration<T>> for i16
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&AngularAcceleration<T>> for i16
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<&AngularAcceleration<T>> for i32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&AngularAcceleration<T>> for i32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<&AngularAcceleration<T>> for i64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&AngularAcceleration<T>> for i64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<&AngularAcceleration<T>> for i8
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&AngularAcceleration<T>> for i8
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<&AngularAcceleration<T>> for u16
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&AngularAcceleration<T>> for u16
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<&AngularAcceleration<T>> for u32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&AngularAcceleration<T>> for u32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<&AngularAcceleration<T>> for u64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&AngularAcceleration<T>> for u64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<&AngularAcceleration<T>> for u8
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&AngularAcceleration<T>> for u8
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<&InverseAngularVelocity<T>> for &AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a InverseAngularVelocity returns a value of type Frequency
impl<T> Mul<&InverseAngularVelocity<T>> for &AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a InverseAngularVelocity returns a value of type Frequency
Source§impl<T> Mul<&InverseAngularVelocity<T>> for AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a InverseAngularVelocity returns a value of type Frequency
impl<T> Mul<&InverseAngularVelocity<T>> for AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a InverseAngularVelocity returns a value of type Frequency
Source§impl<T> Mul<&T> for &AngularAcceleration<T>where
T: NumLike,
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<&T> for &AngularAcceleration<T>where
T: NumLike,
Multiplying a unit value by a scalar value returns a unit value
Source§impl<T> Mul<&T> for AngularAcceleration<T>where
T: NumLike,
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<&T> for AngularAcceleration<T>where
T: NumLike,
Multiplying a unit value by a scalar value returns a unit value
Source§impl<T> Mul<&Time<T>> for &AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a Time returns a value of type AngularVelocity
impl<T> Mul<&Time<T>> for &AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a Time returns a value of type AngularVelocity
Source§impl<T> Mul<&Time<T>> for AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a Time returns a value of type AngularVelocity
impl<T> Mul<&Time<T>> for AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a Time returns a value of type AngularVelocity
Source§impl<T> Mul<AngularAcceleration<T>> for &InverseAngularVelocity<T>where
T: NumLike,
Multiplying a InverseAngularVelocity by a AngularAcceleration returns a value of type Frequency
impl<T> Mul<AngularAcceleration<T>> for &InverseAngularVelocity<T>where
T: NumLike,
Multiplying a InverseAngularVelocity by a AngularAcceleration returns a value of type Frequency
Source§impl<T> Mul<AngularAcceleration<T>> for &Time<T>where
T: NumLike,
Multiplying a Time by a AngularAcceleration returns a value of type AngularVelocity
impl<T> Mul<AngularAcceleration<T>> for &Time<T>where
T: NumLike,
Multiplying a Time by a AngularAcceleration returns a value of type AngularVelocity
Source§type Output = AngularVelocity<T>
type Output = AngularVelocity<T>
* operator.Source§impl<T> Mul<AngularAcceleration<T>> for InverseAngularVelocity<T>where
T: NumLike,
Multiplying a InverseAngularVelocity by a AngularAcceleration returns a value of type Frequency
impl<T> Mul<AngularAcceleration<T>> for InverseAngularVelocity<T>where
T: NumLike,
Multiplying a InverseAngularVelocity by a AngularAcceleration returns a value of type Frequency
Source§impl<T> Mul<AngularAcceleration<T>> for Time<T>where
T: NumLike,
Multiplying a Time by a AngularAcceleration returns a value of type AngularVelocity
impl<T> Mul<AngularAcceleration<T>> for Time<T>where
T: NumLike,
Multiplying a Time by a AngularAcceleration returns a value of type AngularVelocity
Source§type Output = AngularVelocity<T>
type Output = AngularVelocity<T>
* operator.Source§impl<T> Mul<AngularAcceleration<T>> for f32
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<AngularAcceleration<T>> for f32
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<AngularAcceleration<T>> for f64
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<AngularAcceleration<T>> for f64
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<AngularAcceleration<T>> for i16
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<AngularAcceleration<T>> for i16
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<AngularAcceleration<T>> for i32
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<AngularAcceleration<T>> for i32
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<AngularAcceleration<T>> for i64
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<AngularAcceleration<T>> for i64
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<AngularAcceleration<T>> for i8
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<AngularAcceleration<T>> for i8
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<AngularAcceleration<T>> for u16
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<AngularAcceleration<T>> for u16
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<AngularAcceleration<T>> for u32
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<AngularAcceleration<T>> for u32
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<AngularAcceleration<T>> for u64
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<AngularAcceleration<T>> for u64
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<AngularAcceleration<T>> for u8
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<AngularAcceleration<T>> for u8
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = AngularAcceleration<T>
type Output = AngularAcceleration<T>
* operator.Source§impl<T> Mul<InverseAngularVelocity<T>> for &AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a InverseAngularVelocity returns a value of type Frequency
impl<T> Mul<InverseAngularVelocity<T>> for &AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a InverseAngularVelocity returns a value of type Frequency
Source§impl<T> Mul<InverseAngularVelocity<T>> for AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a InverseAngularVelocity returns a value of type Frequency
impl<T> Mul<InverseAngularVelocity<T>> for AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a InverseAngularVelocity returns a value of type Frequency
Source§impl<T: NumLike> Mul<T> for &AngularAcceleration<T>
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Mul<T> for &AngularAcceleration<T>
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Mul<T> for AngularAcceleration<T>
Multiplying a unit value by a scalar value returns a unit value
impl<T: NumLike> Mul<T> for AngularAcceleration<T>
Multiplying a unit value by a scalar value returns a unit value
Source§impl<T> Mul<Time<T>> for &AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a Time returns a value of type AngularVelocity
impl<T> Mul<Time<T>> for &AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a Time returns a value of type AngularVelocity
Source§impl<T> Mul<Time<T>> for AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a Time returns a value of type AngularVelocity
impl<T> Mul<Time<T>> for AngularAcceleration<T>where
T: NumLike,
Multiplying a AngularAcceleration by a Time returns a value of type AngularVelocity
Source§impl<T: NumLike> MulAssign<T> for AngularAcceleration<T>
Multiplies this unit value by a scalar
impl<T: NumLike> MulAssign<T> for AngularAcceleration<T>
Multiplies this unit value by a scalar
Source§fn mul_assign(&mut self, rhs: T)
fn mul_assign(&mut self, rhs: T)
*= operation. Read moreSource§impl<T: NumLike> Neg for &AngularAcceleration<T>
Flips the sign of this unit value (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Neg for &AngularAcceleration<T>
Flips the sign of this unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Neg for AngularAcceleration<T>
Flips the sign of this unit value
impl<T: NumLike> Neg for AngularAcceleration<T>
Flips the sign of this unit value
Source§impl<T> Ord for AngularAcceleration<T>
This struct implements the Ord trait if it’s member data type also has the Ord trait
impl<T> Ord for AngularAcceleration<T>
This struct implements the Ord trait if it’s member data type also has the Ord trait
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl<T> PartialEq for AngularAcceleration<T>
This struct implements the PartialEq trait if it’s member data type also has the PartialEq trait
impl<T> PartialEq for AngularAcceleration<T>
This struct implements the PartialEq trait if it’s member data type also has the PartialEq trait
Source§impl<T> PartialOrd for AngularAcceleration<T>where
T: NumLike + PartialOrd,
This struct implements the PartialOrd trait if it’s member data type also has the PartialOrd trait
impl<T> PartialOrd for AngularAcceleration<T>where
T: NumLike + PartialOrd,
This struct implements the PartialOrd trait if it’s member data type also has the PartialOrd trait
Source§impl<T: NumLike> Sub for &AngularAcceleration<T>
Subtracting two unit values of the same type returns a new unit value of the same type (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Sub for &AngularAcceleration<T>
Subtracting two unit values of the same type returns a new unit value of the same type (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Sub for AngularAcceleration<T>
Subtracting two unit values of the same type returns a new unit value of the same type
impl<T: NumLike> Sub for AngularAcceleration<T>
Subtracting two unit values of the same type returns a new unit value of the same type
Source§impl<T: NumLike> SubAssign for AngularAcceleration<T>
Subtracts the given unit value from this unit value
impl<T: NumLike> SubAssign for AngularAcceleration<T>
Subtracts the given unit value from this unit value
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
-= operation. Read moreimpl<T> Copy for AngularAcceleration<T>
This struct implements the Copy marker trait if it’s member data type also has the Copy trait
impl<T> Eq for AngularAcceleration<T>
This struct implements the core::cmp::Eq trait if it’s member data type also has the core::cmp::Eq trait