#[repr(transparent)]pub struct Mcfgr0(pub u32);Expand description
Master Configuration 0
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Mcfgr0
impl Eq for Mcfgr0
impl StructuralPartialEq for Mcfgr0
Auto Trait Implementations§
impl Freeze for Mcfgr0
impl RefUnwindSafe for Mcfgr0
impl Send for Mcfgr0
impl Sync for Mcfgr0
impl Unpin for Mcfgr0
impl UnwindSafe for Mcfgr0
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