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