#[repr(C)]pub union FelicaPollerEventData {
pub error: FelicaError,
pub auth_context: *mut FelicaAuthenticationContext,
}Expand description
Felica poller event data.
Fields§
§error: FelicaError< Error code indicating card activation fail reason.
auth_context: *mut FelicaAuthenticationContext< Authentication context to be filled by user.
Trait Implementations§
Source§impl Clone for FelicaPollerEventData
impl Clone for FelicaPollerEventData
Source§fn clone(&self) -> FelicaPollerEventData
fn clone(&self) -> FelicaPollerEventData
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 FelicaPollerEventData
Auto Trait Implementations§
impl Freeze for FelicaPollerEventData
impl RefUnwindSafe for FelicaPollerEventData
impl !Send for FelicaPollerEventData
impl !Sync for FelicaPollerEventData
impl Unpin for FelicaPollerEventData
impl UnwindSafe for FelicaPollerEventData
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