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