Enum mseed::MSTimeFormat
source · pub enum MSTimeFormat {
IsoMonthDay,
IsoMonthDayZ,
IsoMontDayDoy,
IsoMonthDayDoyZ,
IsoMonthDaySpace,
IsoMonthDaySpaceZ,
SeedOrdinal,
UnixEpoch,
NanoSecondEpoch,
}Expand description
Enumeration of time format identifiers.
Variants§
IsoMonthDay
IsoMonthDayZ
IsoMontDayDoy
IsoMonthDayDoyZ
IsoMonthDaySpace
IsoMonthDaySpaceZ
SeedOrdinal
UnixEpoch
NanoSecondEpoch
Implementations§
source§impl MSTimeFormat
impl MSTimeFormat
pub fn as_raw(&self) -> ms_timeformat_t
Trait Implementations§
source§impl Clone for MSTimeFormat
impl Clone for MSTimeFormat
source§fn clone(&self) -> MSTimeFormat
fn clone(&self) -> MSTimeFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MSTimeFormat
impl Debug for MSTimeFormat
source§impl PartialEq for MSTimeFormat
impl PartialEq for MSTimeFormat
source§fn eq(&self, other: &MSTimeFormat) -> bool
fn eq(&self, other: &MSTimeFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MSTimeFormat
impl StructuralPartialEq for MSTimeFormat
Auto Trait Implementations§
impl RefUnwindSafe for MSTimeFormat
impl Send for MSTimeFormat
impl Sync for MSTimeFormat
impl Unpin for MSTimeFormat
impl UnwindSafe for MSTimeFormat
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