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