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