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