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