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