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