#[repr(transparent)]pub struct Flash02memRule(pub u32);Expand description
Flash IFR0 Rule register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Flash02memRule
impl Clone for Flash02memRule
Source§fn clone(&self) -> Flash02memRule
fn clone(&self) -> Flash02memRule
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 moreSource§impl Debug for Flash02memRule
impl Debug for Flash02memRule
Source§impl Default for Flash02memRule
impl Default for Flash02memRule
Source§fn default() -> Flash02memRule
fn default() -> Flash02memRule
Returns the “default value” for a type. Read more
Source§impl PartialEq for Flash02memRule
impl PartialEq for Flash02memRule
impl Copy for Flash02memRule
impl Eq for Flash02memRule
impl StructuralPartialEq for Flash02memRule
Auto Trait Implementations§
impl Freeze for Flash02memRule
impl RefUnwindSafe for Flash02memRule
impl Send for Flash02memRule
impl Sync for Flash02memRule
impl Unpin for Flash02memRule
impl UnwindSafe for Flash02memRule
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