#[repr(u32)]pub enum ucs_event_set_type_t {
UCS_EVENT_SET_EVREAD = 1,
UCS_EVENT_SET_EVWRITE = 2,
UCS_EVENT_SET_EVERR = 4,
UCS_EVENT_SET_EDGE_TRIGGERED = 8,
}Expand description
Event types that could be requested to notify
Variants§
UCS_EVENT_SET_EVREAD = 1
UCS_EVENT_SET_EVWRITE = 2
UCS_EVENT_SET_EVERR = 4
UCS_EVENT_SET_EDGE_TRIGGERED = 8
Trait Implementations§
Source§impl Clone for ucs_event_set_type_t
impl Clone for ucs_event_set_type_t
Source§fn clone(&self) -> ucs_event_set_type_t
fn clone(&self) -> ucs_event_set_type_t
Returns a copy 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 ucs_event_set_type_t
impl Debug for ucs_event_set_type_t
Source§impl Hash for ucs_event_set_type_t
impl Hash for ucs_event_set_type_t
Source§impl PartialEq for ucs_event_set_type_t
impl PartialEq for ucs_event_set_type_t
impl Copy for ucs_event_set_type_t
impl Eq for ucs_event_set_type_t
impl StructuralPartialEq for ucs_event_set_type_t
Auto Trait Implementations§
impl Freeze for ucs_event_set_type_t
impl RefUnwindSafe for ucs_event_set_type_t
impl Send for ucs_event_set_type_t
impl Sync for ucs_event_set_type_t
impl Unpin for ucs_event_set_type_t
impl UnwindSafe for ucs_event_set_type_t
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