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