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