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