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