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