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