Struct kqueue::KqueueOpts
source · pub struct KqueueOpts { /* private fields */ }
Expand description
Options for a Watcher
Trait Implementations§
source§impl Debug for KqueueOpts
impl Debug for KqueueOpts
source§impl Default for KqueueOpts
impl Default for KqueueOpts
source§fn default() -> KqueueOpts
fn default() -> KqueueOpts
Returns the default options for a Watcher
clear
is set to true
Auto Trait Implementations§
impl RefUnwindSafe for KqueueOpts
impl Send for KqueueOpts
impl Sync for KqueueOpts
impl Unpin for KqueueOpts
impl UnwindSafe for KqueueOpts
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