Struct rustix_uring::register::Probe
source · pub struct Probe(_);
Expand description
Information about what io_uring
features the kernel supports.
You can fill this in with register_probe
.
pub struct Probe(_);
Information about what io_uring
features the kernel supports.
You can fill this in with register_probe
.