Struct Mbr
#[repr(transparent)]pub struct Mbr(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Mbr
impl Mbr
pub const DIV2: Self
pub const DIV2: Self
f_spi_ker_ck / 2
pub const DIV4: Self
pub const DIV4: Self
f_spi_ker_ck / 4
pub const DIV8: Self
pub const DIV8: Self
f_spi_ker_ck / 8
pub const DIV16: Self
pub const DIV16: Self
f_spi_ker_ck / 16
pub const DIV32: Self
pub const DIV32: Self
f_spi_ker_ck / 32
pub const DIV64: Self
pub const DIV64: Self
f_spi_ker_ck / 64
pub const DIV128: Self
pub const DIV128: Self
f_spi_ker_ck / 128
pub const DIV256: Self
pub const DIV256: Self
f_spi_ker_ck / 256
Trait Implementations§
§impl Ord for Mbr
impl Ord for Mbr
§impl PartialOrd for Mbr
impl PartialOrd for Mbr
impl Copy for Mbr
impl Eq for Mbr
impl StructuralPartialEq for Mbr
Auto Trait Implementations§
impl Freeze for Mbr
impl RefUnwindSafe for Mbr
impl Send for Mbr
impl Sync for Mbr
impl Unpin for Mbr
impl UnwindSafe for Mbr
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