Enum Bcdu
#[repr(u8)]pub enum Bcdu {
Bit7 = 0,
Bit8 = 1,
Bit9 = 2,
Bit10 = 3,
Bit11 = 4,
Bit12 = 5,
Bit13 = 6,
Bit14 = 7,
}Variants§
Bit7 = 0
1s increment each time SS[7:0]=0
Bit8 = 1
1s increment each time SS[8:0]=0
Bit9 = 2
1s increment each time SS[9:0]=0
Bit10 = 3
1s increment each time SS[10:0]=0
Bit11 = 4
1s increment each time SS[11:0]=0
Bit12 = 5
1s increment each time SS[12:0]=0
Bit13 = 6
1s increment each time SS[13:0]=0
Bit14 = 7
1s increment each time SS[14:0]=0
Implementations§
Trait Implementations§
impl Copy for Bcdu
impl Eq for Bcdu
§impl Ord for Bcdu
impl Ord for Bcdu
1.21.0 (const: unstable) · 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
§impl PartialOrd for Bcdu
impl PartialOrd for Bcdu
impl StructuralPartialEq for Bcdu
Auto Trait Implementations§
impl Freeze for Bcdu
impl RefUnwindSafe for Bcdu
impl Send for Bcdu
impl Sync for Bcdu
impl Unpin for Bcdu
impl UnsafeUnpin for Bcdu
impl UnwindSafe for Bcdu
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