pub struct GPSSpeed;Trait Implementations§
impl Copy for GPSSpeed
Auto Trait Implementations§
impl Freeze for GPSSpeed
impl RefUnwindSafe for GPSSpeed
impl Send for GPSSpeed
impl Sync for GPSSpeed
impl Unpin for GPSSpeed
impl UnwindSafe for GPSSpeed
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