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