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