pub struct AsyncCancel { /* private fields */ }
Expand description
Attempt to cancel an already issued request.
Implementations§
Source§impl AsyncCancel
impl AsyncCancel
Sourcepub const CODE: IoringOp
pub const CODE: IoringOp
The opcode of the operation. This can be passed to
Probe::is_supported
to check if this operation is
supported with the current kernel.
pub fn new(user_data: io_uring_user_data) -> Self
pub fn build(self) -> Entry
Auto Trait Implementations§
impl Freeze for AsyncCancel
impl RefUnwindSafe for AsyncCancel
impl !Send for AsyncCancel
impl !Sync for AsyncCancel
impl Unpin for AsyncCancel
impl UnwindSafe for AsyncCancel
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