Struct io_uring::opcode::PollRemove
source · 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 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