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