Struct rustix_uring::opcode::Statx
source · pub struct Statx { /* private fields */ }
Expand description
Get file status, equivalent to statx(2)
.
Implementations§
source§impl Statx
impl Statx
pub fn new( dirfd: impl UseFd, pathname: *const c_char, statxbuf: *mut Statx ) -> 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.