#[repr(u8)]pub enum Nfctagstate {
DISABLED = 0,
_RESERVED_1 = 1,
RAMP_UP = 2,
IDLE = 3,
RECEIVE = 4,
FRAME_DELAY = 5,
TRANSMIT = 6,
_RESERVED_7 = 7,
}
Variants§
DISABLED = 0
Disabled or sense
_RESERVED_1 = 1
RAMP_UP = 2
RampUp
IDLE = 3
Idle
RECEIVE = 4
Receive
FRAME_DELAY = 5
FrameDelay
TRANSMIT = 6
Transmit
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§fn clone(&self) -> Nfctagstate
fn clone(&self) -> Nfctagstate
Returns a copy 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§fn from(val: Nfctagstate) -> u8
fn from(val: Nfctagstate) -> u8
Converts to this type from the input type.
Source§fn from(val: u8) -> Nfctagstate
fn from(val: u8) -> Nfctagstate
Converts to this type from the input type.
Source§fn cmp(&self, other: &Nfctagstate) -> Ordering
fn cmp(&self, other: &Nfctagstate) -> 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
Auto Trait Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)