pub struct DegreesPerSecond { /* private fields */ }Implementations§
Source§impl DegreesPerSecond
impl DegreesPerSecond
pub const fn new(native: NativeType) -> Self
pub fn abs(&self) -> Self
Trait Implementations§
Source§impl Add for DegreesPerSecond
impl Add for DegreesPerSecond
Source§impl AddAssign for DegreesPerSecond
impl AddAssign for DegreesPerSecond
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 DegreesPerSecond
impl<'__de, __Context> BorrowDecode<'__de, __Context> for DegreesPerSecond
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 DegreesPerSecond
impl Clone for DegreesPerSecond
Source§fn clone(&self) -> DegreesPerSecond
fn clone(&self) -> DegreesPerSecond
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 DegreesPerSecond
impl<__Context> Decode<__Context> for DegreesPerSecond
Source§impl Div<Scalar> for DegreesPerSecond
impl Div<Scalar> for DegreesPerSecond
Source§type Output = DegreesPerSecond
type Output = DegreesPerSecond
The resulting type after applying the
/ operator.Source§impl Div for DegreesPerSecond
impl Div for DegreesPerSecond
Source§impl Encode for DegreesPerSecond
impl Encode for DegreesPerSecond
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<f64> for DegreesPerSecond
impl From<f64> for DegreesPerSecond
Source§fn from(native: NativeType) -> DegreesPerSecond
fn from(native: NativeType) -> DegreesPerSecond
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<f64> for DegreesPerSecond
impl Into<f64> for DegreesPerSecond
Source§fn into(self) -> NativeType
fn into(self) -> NativeType
Converts this type into the (usually inferred) input type.
Source§impl Mul<Decibel<DegreesPerSecond>> for DegreesPerSecond
impl Mul<Decibel<DegreesPerSecond>> for DegreesPerSecond
Source§type Output = DegreesPerSecond
type Output = DegreesPerSecond
The resulting type after applying the
* operator.Source§impl Mul<DegreesPerSecond> for Scalar
impl Mul<DegreesPerSecond> for Scalar
Source§type Output = DegreesPerSecond
type Output = DegreesPerSecond
The resulting type after applying the
* operator.Source§fn mul(self, rhs: DegreesPerSecond) -> DegreesPerSecond
fn mul(self, rhs: DegreesPerSecond) -> DegreesPerSecond
Performs the
* operation. Read moreSource§impl Mul<Scalar> for DegreesPerSecond
impl Mul<Scalar> for DegreesPerSecond
Source§impl PartialEq for DegreesPerSecond
impl PartialEq for DegreesPerSecond
Source§impl PartialOrd for DegreesPerSecond
impl PartialOrd for DegreesPerSecond
Source§impl Sub for DegreesPerSecond
impl Sub for DegreesPerSecond
Source§impl SubAssign for DegreesPerSecond
impl SubAssign for DegreesPerSecond
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for DegreesPerSecond
Auto Trait Implementations§
impl Freeze for DegreesPerSecond
impl RefUnwindSafe for DegreesPerSecond
impl Send for DegreesPerSecond
impl Sync for DegreesPerSecond
impl Unpin for DegreesPerSecond
impl UnwindSafe for DegreesPerSecond
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