Struct io_uring::register::Restriction [−][src]
#[repr(transparent)]pub struct Restriction(_);Expand description
An allowed feature of io_uring. You can set the allowed features with
register_restrictions.
Requires the unstable feature.
Implementations
Allow an io_uring_register opcode.
Allow a submission queue event opcode.
Allow the given submission queue event flags.
Require the given submission queue event flags. These flags must be set on every submission.