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