pub struct HMS(pub i32, pub i32, pub f64);Tuple Fields§
§0: i32§1: i32§2: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for HMS
impl RefUnwindSafe for HMS
impl Send for HMS
impl Sync for HMS
impl Unpin for HMS
impl UnwindSafe for HMS
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