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