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