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