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: u8 = 21u8
pub const CODE: u8 = 21u8
The opcode of the operation. This can be passed to
Probe::is_supported
to check if this operation is
supported with the current kernel.