pub enum ForcePerDistancePowerFourUnit {
N_mmhc,
N_mhc,
}Variants§
Trait Implementations§
Source§impl Clone for ForcePerDistancePowerFourUnit
impl Clone for ForcePerDistancePowerFourUnit
Source§fn clone(&self) -> ForcePerDistancePowerFourUnit
fn clone(&self) -> ForcePerDistancePowerFourUnit
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 PartialEq for ForcePerDistancePowerFourUnit
impl PartialEq for ForcePerDistancePowerFourUnit
Source§fn eq(&self, other: &ForcePerDistancePowerFourUnit) -> bool
fn eq(&self, other: &ForcePerDistancePowerFourUnit) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ForcePerDistancePowerFourUnit
impl StructuralPartialEq for ForcePerDistancePowerFourUnit
Auto Trait Implementations§
impl Freeze for ForcePerDistancePowerFourUnit
impl RefUnwindSafe for ForcePerDistancePowerFourUnit
impl Send for ForcePerDistancePowerFourUnit
impl Sync for ForcePerDistancePowerFourUnit
impl Unpin for ForcePerDistancePowerFourUnit
impl UnwindSafe for ForcePerDistancePowerFourUnit
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