#[repr(u8)]pub enum DwnCntrInvalBit {
Valid = 0,
Invalid = 1,
}Variants§
Valid = 0
Count down timer can be changed or read.
Invalid = 1
Count down timer (if running) is changing value and cannot be read or written.
Implementations§
Trait Implementations§
Source§impl Clone for DwnCntrInvalBit
impl Clone for DwnCntrInvalBit
Source§fn clone(&self) -> DwnCntrInvalBit
fn clone(&self) -> DwnCntrInvalBit
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 DwnCntrInvalBit
impl Debug for DwnCntrInvalBit
Source§impl From<DwnCntrInvalBit> for u8
impl From<DwnCntrInvalBit> for u8
Source§fn from(val: DwnCntrInvalBit) -> u8
fn from(val: DwnCntrInvalBit) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DwnCntrInvalBit
impl From<u8> for DwnCntrInvalBit
Source§fn from(val: u8) -> DwnCntrInvalBit
fn from(val: u8) -> DwnCntrInvalBit
Converts to this type from the input type.
Source§impl Ord for DwnCntrInvalBit
impl Ord for DwnCntrInvalBit
Source§fn cmp(&self, other: &DwnCntrInvalBit) -> Ordering
fn cmp(&self, other: &DwnCntrInvalBit) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DwnCntrInvalBit
impl PartialEq for DwnCntrInvalBit
Source§impl PartialOrd for DwnCntrInvalBit
impl PartialOrd for DwnCntrInvalBit
impl Copy for DwnCntrInvalBit
impl Eq for DwnCntrInvalBit
impl StructuralPartialEq for DwnCntrInvalBit
Auto Trait Implementations§
impl Freeze for DwnCntrInvalBit
impl RefUnwindSafe for DwnCntrInvalBit
impl Send for DwnCntrInvalBit
impl Sync for DwnCntrInvalBit
impl Unpin for DwnCntrInvalBit
impl UnwindSafe for DwnCntrInvalBit
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