#[repr(u8)]pub enum MassEraseDis {
ENABLE = 0,
DISABLE = 1,
}Variants§
Implementations§
Source§impl MassEraseDis
impl MassEraseDis
Trait Implementations§
Source§impl Clone for MassEraseDis
impl Clone for MassEraseDis
Source§fn clone(&self) -> MassEraseDis
fn clone(&self) -> MassEraseDis
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 MassEraseDis
impl Debug for MassEraseDis
Source§impl From<MassEraseDis> for u8
impl From<MassEraseDis> for u8
Source§fn from(val: MassEraseDis) -> u8
fn from(val: MassEraseDis) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MassEraseDis
impl From<u8> for MassEraseDis
Source§fn from(val: u8) -> MassEraseDis
fn from(val: u8) -> MassEraseDis
Converts to this type from the input type.
Source§impl Ord for MassEraseDis
impl Ord for MassEraseDis
Source§fn cmp(&self, other: &MassEraseDis) -> Ordering
fn cmp(&self, other: &MassEraseDis) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MassEraseDis
impl PartialEq for MassEraseDis
Source§impl PartialOrd for MassEraseDis
impl PartialOrd for MassEraseDis
impl Copy for MassEraseDis
impl Eq for MassEraseDis
impl StructuralPartialEq for MassEraseDis
Auto Trait Implementations§
impl Freeze for MassEraseDis
impl RefUnwindSafe for MassEraseDis
impl Send for MassEraseDis
impl Sync for MassEraseDis
impl Unpin for MassEraseDis
impl UnwindSafe for MassEraseDis
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