Struct Bcdu
#[repr(transparent)]pub struct Bcdu(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Bcdu
impl Bcdu
pub const BIT7: Self
pub const BIT7: Self
1s increment each time SS[7:0]=0
pub const BIT8: Self
pub const BIT8: Self
1s increment each time SS[8:0]=0
pub const BIT9: Self
pub const BIT9: Self
1s increment each time SS[9:0]=0
pub const BIT10: Self
pub const BIT10: Self
1s increment each time SS[10:0]=0
pub const BIT11: Self
pub const BIT11: Self
1s increment each time SS[11:0]=0
pub const BIT12: Self
pub const BIT12: Self
1s increment each time SS[12:0]=0
pub const BIT13: Self
pub const BIT13: Self
1s increment each time SS[13:0]=0
pub const BIT14: Self
pub const BIT14: Self
1s increment each time SS[14:0]=0
Trait Implementations§
§impl Ord for Bcdu
impl Ord for Bcdu
§impl PartialOrd for Bcdu
impl PartialOrd for Bcdu
impl Copy for Bcdu
impl Eq 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 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