pub struct Km(pub f64);Tuple Fields§
§0: f64Implementations§
Trait Implementations§
Source§impl PartialOrd for Km
impl PartialOrd for Km
impl Copy for Km
impl StructuralPartialEq for Km
Auto Trait Implementations§
impl Freeze for Km
impl RefUnwindSafe for Km
impl Send for Km
impl Sync for Km
impl Unpin for Km
impl UnwindSafe for Km
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