#[repr(C)]pub union Iso15693_3PollerEventData {
pub error: Iso15693_3Error,
}Expand description
Iso15693_3 poller event data.
Fields§
§error: Iso15693_3Error< Error code indicating card activation fail reason.
Trait Implementations§
Source§impl Clone for Iso15693_3PollerEventData
impl Clone for Iso15693_3PollerEventData
Source§fn clone(&self) -> Iso15693_3PollerEventData
fn clone(&self) -> Iso15693_3PollerEventData
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 moreimpl Copy for Iso15693_3PollerEventData
Auto Trait Implementations§
impl Freeze for Iso15693_3PollerEventData
impl RefUnwindSafe for Iso15693_3PollerEventData
impl Send for Iso15693_3PollerEventData
impl Sync for Iso15693_3PollerEventData
impl Unpin for Iso15693_3PollerEventData
impl UnwindSafe for Iso15693_3PollerEventData
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