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