#[repr(transparent)]pub struct MfClassicPollerEventType(pub c_uchar);Expand description
Enumeration of possible MfClassic poller event types.
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for MfClassicPollerEventType
impl Clone for MfClassicPollerEventType
Source§fn clone(&self) -> MfClassicPollerEventType
fn clone(&self) -> MfClassicPollerEventType
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 moreSource§impl Debug for MfClassicPollerEventType
impl Debug for MfClassicPollerEventType
Source§impl Hash for MfClassicPollerEventType
impl Hash for MfClassicPollerEventType
Source§impl PartialEq for MfClassicPollerEventType
impl PartialEq for MfClassicPollerEventType
impl Copy for MfClassicPollerEventType
impl Eq for MfClassicPollerEventType
impl StructuralPartialEq for MfClassicPollerEventType
Auto Trait Implementations§
impl Freeze for MfClassicPollerEventType
impl RefUnwindSafe for MfClassicPollerEventType
impl Send for MfClassicPollerEventType
impl Sync for MfClassicPollerEventType
impl Unpin for MfClassicPollerEventType
impl UnwindSafe for MfClassicPollerEventType
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