Struct ublox::NavTimeUTC
source · [−]pub struct NavTimeUTC;
Expand description
UTC Time Solution
Trait Implementations
sourceimpl UbxPacketMeta for NavTimeUTC
impl UbxPacketMeta for NavTimeUTC
Auto Trait Implementations
impl RefUnwindSafe for NavTimeUTC
impl Send for NavTimeUTC
impl Sync for NavTimeUTC
impl Unpin for NavTimeUTC
impl UnwindSafe for NavTimeUTC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more