#[repr(u8)]pub enum InvalBit {
VALID = 0,
INVALID = 1,
}Variants§
VALID = 0
Time and date counters can be read or written. Time and date is valid.
INVALID = 1
Time and date counter values are changing or time and date is invalid and cannot be read or written.
Implementations§
Trait Implementations§
Source§impl Ord for InvalBit
impl Ord for InvalBit
Source§impl PartialOrd for InvalBit
impl PartialOrd for InvalBit
impl Copy for InvalBit
impl Eq for InvalBit
impl StructuralPartialEq for InvalBit
Auto Trait Implementations§
impl Freeze for InvalBit
impl RefUnwindSafe for InvalBit
impl Send for InvalBit
impl Sync for InvalBit
impl Unpin for InvalBit
impl UnwindSafe for InvalBit
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