#[repr(transparent)]pub struct Rule8(pub u32);Expand description
Flash Memory Rule.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Rule8
impl Eq for Rule8
impl StructuralPartialEq for Rule8
Auto Trait Implementations§
impl Freeze for Rule8
impl RefUnwindSafe for Rule8
impl Send for Rule8
impl Sync for Rule8
impl Unpin for Rule8
impl UnwindSafe for Rule8
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