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