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