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