pub struct GpsTime {
pub hour: u8,
pub minute: u8,
pub second: f32,
}Expand description
Represents a UTC timestamp
Fields§
§hour: u8§minute: u8§second: f32Trait Implementations§
impl Copy for GpsTime
impl StructuralPartialEq for GpsTime
Auto Trait Implementations§
impl Freeze for GpsTime
impl RefUnwindSafe for GpsTime
impl Send for GpsTime
impl Sync for GpsTime
impl Unpin for GpsTime
impl UnwindSafe for GpsTime
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