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