#[repr(C)]pub struct MfClassicPollerEventKeyAttackData {
pub current_sector: u8,
}Expand description
MfClassic poller key attack event data.
The instance of this structure is filled by poller and passed with MfClassicPollerEventTypeKeyAttackNextSector event.
Fields§
§current_sector: u8< Current sector number.
Trait Implementations§
Source§impl Clone for MfClassicPollerEventKeyAttackData
impl Clone for MfClassicPollerEventKeyAttackData
Source§fn clone(&self) -> MfClassicPollerEventKeyAttackData
fn clone(&self) -> MfClassicPollerEventKeyAttackData
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 MfClassicPollerEventKeyAttackData
Auto Trait Implementations§
impl Freeze for MfClassicPollerEventKeyAttackData
impl RefUnwindSafe for MfClassicPollerEventKeyAttackData
impl Send for MfClassicPollerEventKeyAttackData
impl Sync for MfClassicPollerEventKeyAttackData
impl Unpin for MfClassicPollerEventKeyAttackData
impl UnwindSafe for MfClassicPollerEventKeyAttackData
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