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