pub enum TimeCodeStatus {
NotIntendedForUse,
IntendedForUse,
}
Expand description
A Status to indicate the validity of the information in GSI and TTI blocks.
Variants§
Trait Implementations§
Source§impl Debug for TimeCodeStatus
impl Debug for TimeCodeStatus
Source§impl PartialEq for TimeCodeStatus
impl PartialEq for TimeCodeStatus
impl Eq for TimeCodeStatus
impl StructuralPartialEq for TimeCodeStatus
Auto Trait Implementations§
impl Freeze for TimeCodeStatus
impl RefUnwindSafe for TimeCodeStatus
impl Send for TimeCodeStatus
impl Sync for TimeCodeStatus
impl Unpin for TimeCodeStatus
impl UnwindSafe for TimeCodeStatus
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