#[repr(transparent)]pub struct MegaSr(pub u32);Expand description
PGC Mega Power Gating Controller Status Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for MegaSr
impl Eq for MegaSr
impl StructuralPartialEq for MegaSr
Auto Trait Implementations§
impl Freeze for MegaSr
impl RefUnwindSafe for MegaSr
impl Send for MegaSr
impl Sync for MegaSr
impl Unpin for MegaSr
impl UnwindSafe for MegaSr
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