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