#[repr(u8)]pub enum TimeCodeId {
AgencyEpoch = 1,
CcsdsEpoch = 2,
}Expand description
Time code IDs for the P-field.
Variants§
AgencyEpoch = 1
CUC with agency-defined epoch (ID = 0b001).
CcsdsEpoch = 2
CUC with CCSDS epoch (1958-01-01 TAI) (ID = 0b010).
Trait Implementations§
Source§impl Clone for TimeCodeId
impl Clone for TimeCodeId
Source§fn clone(&self) -> TimeCodeId
fn clone(&self) -> TimeCodeId
Returns a duplicate 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 TimeCodeId
impl Debug for TimeCodeId
Source§impl PartialEq for TimeCodeId
impl PartialEq for TimeCodeId
impl Copy for TimeCodeId
impl Eq for TimeCodeId
impl StructuralPartialEq for TimeCodeId
Auto Trait Implementations§
impl Freeze for TimeCodeId
impl RefUnwindSafe for TimeCodeId
impl Send for TimeCodeId
impl Sync for TimeCodeId
impl Unpin for TimeCodeId
impl UnsafeUnpin for TimeCodeId
impl UnwindSafe for TimeCodeId
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