#[repr(C)]pub struct Iso15693_3PollerEvent {
pub type_: Iso15693_3PollerEventType,
pub data: *mut Iso15693_3PollerEventData,
}Expand description
Iso15693_3 poller event structure.
Upon emission of an event, an instance of this struct will be passed to the callback.
Fields§
§type_: Iso15693_3PollerEventType< Type of emmitted event.
data: *mut Iso15693_3PollerEventData< Pointer to event specific data.
Trait Implementations§
Source§impl Clone for Iso15693_3PollerEvent
impl Clone for Iso15693_3PollerEvent
Source§fn clone(&self) -> Iso15693_3PollerEvent
fn clone(&self) -> Iso15693_3PollerEvent
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_3PollerEvent
impl Debug for Iso15693_3PollerEvent
impl Copy for Iso15693_3PollerEvent
Auto Trait Implementations§
impl Freeze for Iso15693_3PollerEvent
impl RefUnwindSafe for Iso15693_3PollerEvent
impl !Send for Iso15693_3PollerEvent
impl !Sync for Iso15693_3PollerEvent
impl Unpin for Iso15693_3PollerEvent
impl UnwindSafe for Iso15693_3PollerEvent
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