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