pub struct MicESpeed(pub u32);Expand description
Speed in knots (0–799).
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for MicESpeed
impl Eq for MicESpeed
impl StructuralPartialEq for MicESpeed
Auto Trait Implementations§
impl Freeze for MicESpeed
impl RefUnwindSafe for MicESpeed
impl Send for MicESpeed
impl Sync for MicESpeed
impl Unpin for MicESpeed
impl UnsafeUnpin for MicESpeed
impl UnwindSafe for MicESpeed
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