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