Enum aprs_parser::Timestamp
source · Variants
DDHHMM(u8, u8, u8)
Day of month, Hour and Minute in UTC
HHMMSS(u8, u8, u8)
Hour, Minute and Second in UTC
Unsupported(Vec<u8>)
Unsupported timestamp format
Implementations
Trait Implementations
impl Eq for Timestamp
impl StructuralEq for Timestamp
impl StructuralPartialEq for Timestamp
Auto Trait Implementations
impl RefUnwindSafe for Timestamp
impl Send for Timestamp
impl Sync for Timestamp
impl Unpin for Timestamp
impl UnwindSafe for Timestamp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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