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