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