#[repr(u8)]pub enum P0BytemodeInt {
P0_BYTEMODE_INT0 = 0,
P0_BYTEMODE_INT1 = 1,
}Variants§
P0_BYTEMODE_INT0 = 0
Indicates normal operation
P0_BYTEMODE_INT1 = 1
Indicates that a Bytemode change has been detected (OpCode E9 or B7)
Implementations§
Source§impl P0BytemodeInt
impl P0BytemodeInt
Trait Implementations§
Source§impl Clone for P0BytemodeInt
impl Clone for P0BytemodeInt
Source§fn clone(&self) -> P0BytemodeInt
fn clone(&self) -> P0BytemodeInt
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 P0BytemodeInt
impl Debug for P0BytemodeInt
Source§impl From<P0BytemodeInt> for u8
impl From<P0BytemodeInt> for u8
Source§fn from(val: P0BytemodeInt) -> u8
fn from(val: P0BytemodeInt) -> u8
Converts to this type from the input type.
Source§impl From<u8> for P0BytemodeInt
impl From<u8> for P0BytemodeInt
Source§fn from(val: u8) -> P0BytemodeInt
fn from(val: u8) -> P0BytemodeInt
Converts to this type from the input type.
Source§impl Ord for P0BytemodeInt
impl Ord for P0BytemodeInt
Source§fn cmp(&self, other: &P0BytemodeInt) -> Ordering
fn cmp(&self, other: &P0BytemodeInt) -> 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 P0BytemodeInt
impl PartialEq for P0BytemodeInt
Source§impl PartialOrd for P0BytemodeInt
impl PartialOrd for P0BytemodeInt
impl Copy for P0BytemodeInt
impl Eq for P0BytemodeInt
impl StructuralPartialEq for P0BytemodeInt
Auto Trait Implementations§
impl Freeze for P0BytemodeInt
impl RefUnwindSafe for P0BytemodeInt
impl Send for P0BytemodeInt
impl Sync for P0BytemodeInt
impl Unpin for P0BytemodeInt
impl UnwindSafe for P0BytemodeInt
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