Struct Secobkkeyr
#[repr(transparent)]pub struct Secobkkeyr(pub u32);
Expand description
FLASH secure OBK key register
Tuple Fields§
§0: u32
Implementations§
§impl Secobkkeyr
impl Secobkkeyr
pub fn set_secobkkey(&mut self, val: u32)
pub fn set_secobkkey(&mut self, val: u32)
FLASH secure option bytes keys control access unlock key
Trait Implementations§
§impl Clone for Secobkkeyr
impl Clone for Secobkkeyr
§fn clone(&self) -> Secobkkeyr
fn clone(&self) -> Secobkkeyr
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for Secobkkeyr
impl Default for Secobkkeyr
§fn default() -> Secobkkeyr
fn default() -> Secobkkeyr
Returns the “default value” for a type. Read more
§impl PartialEq for Secobkkeyr
impl PartialEq for Secobkkeyr
impl Copy for Secobkkeyr
impl Eq for Secobkkeyr
impl StructuralPartialEq for Secobkkeyr
Auto Trait Implementations§
impl Freeze for Secobkkeyr
impl RefUnwindSafe for Secobkkeyr
impl Send for Secobkkeyr
impl Sync for Secobkkeyr
impl Unpin for Secobkkeyr
impl UnwindSafe for Secobkkeyr
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