pub struct Meter;Trait Implementations§
impl Copy for Meter
impl Eq for Meter
Source§impl Ord for Meter
impl Ord for Meter
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Meter
impl PartialOrd for Meter
impl SiAnyUnit for Meter
Source§impl SiBaseUnit for Meter
impl SiBaseUnit for Meter
const DEF: SiBaseUnitDefinition
Source§impl SiDefinedUnit for Meter
impl SiDefinedUnit for Meter
const DEF: Option<SiDefinedUnitDefinition>
impl StructuralPartialEq for Meter
Auto Trait Implementations§
impl Freeze for Meter
impl RefUnwindSafe for Meter
impl Send for Meter
impl Sync for Meter
impl Unpin for Meter
impl UnsafeUnpin for Meter
impl UnwindSafe for Meter
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
Source§impl<T, B> CastFrom<T> for B
impl<T, B> CastFrom<T> for B
Source§const CAN_CAST_FROM: bool = const CAN_CAST_FROM: bool = { is_same_type_or_panic::<T, B>(); true };
const CAN_CAST_FROM: bool = const CAN_CAST_FROM: bool = { is_same_type_or_panic::<T, B>(); true };
This should be theoretically
true and should never be false.