Struct io_uring::opcode::Statx [−][src]
pub struct Statx { /* fields omitted */ }Expand description
Get file status, equivalent to statx(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.