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