Enum kqueue::EventFilter
source · #[repr(i16)]pub enum EventFilter {
EVFILT_READ,
EVFILT_WRITE,
EVFILT_AIO,
EVFILT_VNODE,
EVFILT_PROC,
EVFILT_SIGNAL,
EVFILT_TIMER,
EVFILT_MACHPORT,
EVFILT_FS,
EVFILT_USER,
EVFILT_VM,
EVFILT_SYSCOUNT,
}
Variants§
EVFILT_READ
EVFILT_WRITE
EVFILT_AIO
EVFILT_VNODE
EVFILT_PROC
EVFILT_SIGNAL
EVFILT_TIMER
EVFILT_MACHPORT
EVFILT_FS
EVFILT_USER
EVFILT_VM
EVFILT_SYSCOUNT
Trait Implementations§
source§impl Clone for EventFilter
impl Clone for EventFilter
source§fn clone(&self) -> EventFilter
fn clone(&self) -> EventFilter
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 EventFilter
impl Debug for EventFilter
source§impl PartialEq<EventFilter> for EventFilter
impl PartialEq<EventFilter> for EventFilter
source§fn eq(&self, other: &EventFilter) -> bool
fn eq(&self, other: &EventFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EventFilter
impl StructuralPartialEq for EventFilter
Auto Trait Implementations§
impl RefUnwindSafe for EventFilter
impl Send for EventFilter
impl Sync for EventFilter
impl Unpin for EventFilter
impl UnwindSafe for EventFilter
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