Struct rustix_uring::opcode::TimeoutRemove
source · pub struct TimeoutRemove { /* private fields */ }
Expand description
Attempt to remove an existing timeout operation.
Implementations§
source§impl TimeoutRemove
impl TimeoutRemove
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.