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