#[repr(C)]pub struct MfClassicPollerEventDataSectorTrailerRequest {
pub sector_num: u8,
pub sector_trailer: MfClassicBlock,
pub sector_trailer_provided: bool,
}Expand description
MfClassic poller sector trailer request event data.
The instance of this structure must be filled on MfClassicPollerEventTypeRequestSectorTrailer event.
Fields§
§sector_num: u8< Sector number to be read.
sector_trailer: MfClassicBlock< Sector trailer to be used by poller.
sector_trailer_provided: bool< Flag indicating if sector trailer is provided.
Trait Implementations§
Source§impl Clone for MfClassicPollerEventDataSectorTrailerRequest
impl Clone for MfClassicPollerEventDataSectorTrailerRequest
Source§fn clone(&self) -> MfClassicPollerEventDataSectorTrailerRequest
fn clone(&self) -> MfClassicPollerEventDataSectorTrailerRequest
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 MfClassicPollerEventDataSectorTrailerRequest
Auto Trait Implementations§
impl Freeze for MfClassicPollerEventDataSectorTrailerRequest
impl RefUnwindSafe for MfClassicPollerEventDataSectorTrailerRequest
impl Send for MfClassicPollerEventDataSectorTrailerRequest
impl Sync for MfClassicPollerEventDataSectorTrailerRequest
impl Unpin for MfClassicPollerEventDataSectorTrailerRequest
impl UnwindSafe for MfClassicPollerEventDataSectorTrailerRequest
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