pub struct PollRemove { /* private fields */ }
Expand description
Remove an existing poll request.
If found, the result
method of the cqueue::Entry
will return 0.
If not found, result
will return -libc::ENOENT
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PollRemove
impl RefUnwindSafe for PollRemove
impl Send for PollRemove
impl Sync for PollRemove
impl Unpin for PollRemove
impl UnwindSafe for PollRemove
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