Struct io_uring::opcode::OpenAt [−][src]
pub struct OpenAt { /* fields omitted */ }Expand description
Open a file, equivalent to openat(2).
Implementations
The opcode of the operation. This can be passed to
Probe::is_supported to check if this operation is
supported with the current kernel.