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