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