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