Struct Ram2erkeyr
#[repr(transparent)]pub struct Ram2erkeyr(pub u32);Expand description
RAMCFG SRAM x erase key register.
Tuple Fields§
§0: u32Implementations§
§impl Ram2erkeyr
impl Ram2erkeyr
pub fn set_erasekey(&mut self, val: u8)
pub fn set_erasekey(&mut self, val: u8)
ERASEKEY.
Trait Implementations§
§impl Clone for Ram2erkeyr
impl Clone for Ram2erkeyr
§fn clone(&self) -> Ram2erkeyr
fn clone(&self) -> Ram2erkeyr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for Ram2erkeyr
impl Debug for Ram2erkeyr
§impl Default for Ram2erkeyr
impl Default for Ram2erkeyr
§fn default() -> Ram2erkeyr
fn default() -> Ram2erkeyr
Returns the “default value” for a type. Read more
§impl PartialEq for Ram2erkeyr
impl PartialEq for Ram2erkeyr
impl Copy for Ram2erkeyr
impl Eq for Ram2erkeyr
impl StructuralPartialEq for Ram2erkeyr
Auto Trait Implementations§
impl Freeze for Ram2erkeyr
impl RefUnwindSafe for Ram2erkeyr
impl Send for Ram2erkeyr
impl Sync for Ram2erkeyr
impl Unpin for Ram2erkeyr
impl UnwindSafe for Ram2erkeyr
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