#[repr(C)]pub struct MfClassicPollerEventDataKeyRequest {
pub key: MfClassicKey,
pub key_provided: bool,
}
Expand description
MfClassic poller key request event data.
The instance of this structure must be filled on MfClassicPollerEventTypeRequestKey event.
Fields§
§key: MfClassicKey
< Key to be used by poller.
key_provided: bool
< Flag indicating if key is provided.
Trait Implementations§
Source§impl Clone for MfClassicPollerEventDataKeyRequest
impl Clone for MfClassicPollerEventDataKeyRequest
Source§fn clone(&self) -> MfClassicPollerEventDataKeyRequest
fn clone(&self) -> MfClassicPollerEventDataKeyRequest
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 MfClassicPollerEventDataKeyRequest
Auto Trait Implementations§
impl Freeze for MfClassicPollerEventDataKeyRequest
impl RefUnwindSafe for MfClassicPollerEventDataKeyRequest
impl Send for MfClassicPollerEventDataKeyRequest
impl Sync for MfClassicPollerEventDataKeyRequest
impl Unpin for MfClassicPollerEventDataKeyRequest
impl UnwindSafe for MfClassicPollerEventDataKeyRequest
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