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