pub struct Amplitude(pub f32);Tuple Fields§
§0: f32Implementations§
Trait Implementations§
impl Copy for Amplitude
Auto Trait Implementations§
impl Freeze for Amplitude
impl RefUnwindSafe for Amplitude
impl Send for Amplitude
impl Sync for Amplitude
impl Unpin for Amplitude
impl UnwindSafe for Amplitude
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