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