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