#[repr(transparent)]pub struct Cfg6(pub u32);Expand description
Value of OTP Bank0 Word7 (Configuration and Manufacturing Info.)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Cfg6
impl Eq for Cfg6
impl StructuralPartialEq for Cfg6
Auto Trait Implementations§
impl Freeze for Cfg6
impl RefUnwindSafe for Cfg6
impl Send for Cfg6
impl Sync for Cfg6
impl Unpin for Cfg6
impl UnwindSafe for Cfg6
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