pub struct OpenAt { /* private fields */ }
Expand description
Open a file, equivalent to openat(2)
.
Implementations§
source§impl OpenAt
impl OpenAt
pub fn new(dirfd: impl UseFd, pathname: *const c_char) -> Self
sourcepub const CODE: u8 = 18u8
pub const CODE: u8 = 18u8
The opcode of the operation. This can be passed to
Probe::is_supported
to check if this operation is
supported with the current kernel.