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