Struct rustix_uring::opcode::AsyncCancel
source · pub struct AsyncCancel { /* private fields */ }
Expand description
Attempt to cancel an already issued request.
Implementations§
source§impl AsyncCancel
impl AsyncCancel
pub fn new(user_data: IoringUserData) -> Self
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.