#[repr(u8)]pub enum SocTrimDone {
ZZ83 = 0,
ZZ84 = 1,
}Variants§
Implementations§
Source§impl SocTrimDone
impl SocTrimDone
Trait Implementations§
Source§impl Clone for SocTrimDone
impl Clone for SocTrimDone
Source§fn clone(&self) -> SocTrimDone
fn clone(&self) -> SocTrimDone
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 SocTrimDone
impl Debug for SocTrimDone
Source§impl From<SocTrimDone> for u8
impl From<SocTrimDone> for u8
Source§fn from(val: SocTrimDone) -> u8
fn from(val: SocTrimDone) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SocTrimDone
impl From<u8> for SocTrimDone
Source§fn from(val: u8) -> SocTrimDone
fn from(val: u8) -> SocTrimDone
Converts to this type from the input type.
Source§impl Ord for SocTrimDone
impl Ord for SocTrimDone
Source§fn cmp(&self, other: &SocTrimDone) -> Ordering
fn cmp(&self, other: &SocTrimDone) -> 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 SocTrimDone
impl PartialEq for SocTrimDone
Source§impl PartialOrd for SocTrimDone
impl PartialOrd for SocTrimDone
impl Copy for SocTrimDone
impl Eq for SocTrimDone
impl StructuralPartialEq for SocTrimDone
Auto Trait Implementations§
impl Freeze for SocTrimDone
impl RefUnwindSafe for SocTrimDone
impl Send for SocTrimDone
impl Sync for SocTrimDone
impl Unpin for SocTrimDone
impl UnwindSafe for SocTrimDone
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