#[repr(transparent)]pub struct Iso14443_3aPollerEventType(pub c_uchar);Expand description
Enumeration of possible Iso14443_3a poller event types.
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for Iso14443_3aPollerEventType
impl Clone for Iso14443_3aPollerEventType
Source§fn clone(&self) -> Iso14443_3aPollerEventType
fn clone(&self) -> Iso14443_3aPollerEventType
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 Iso14443_3aPollerEventType
impl Debug for Iso14443_3aPollerEventType
Source§impl Hash for Iso14443_3aPollerEventType
impl Hash for Iso14443_3aPollerEventType
impl Copy for Iso14443_3aPollerEventType
impl Eq for Iso14443_3aPollerEventType
impl StructuralPartialEq for Iso14443_3aPollerEventType
Auto Trait Implementations§
impl Freeze for Iso14443_3aPollerEventType
impl RefUnwindSafe for Iso14443_3aPollerEventType
impl Send for Iso14443_3aPollerEventType
impl Sync for Iso14443_3aPollerEventType
impl Unpin for Iso14443_3aPollerEventType
impl UnwindSafe for Iso14443_3aPollerEventType
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