Struct rustix_uring::opcode::MkDirAt
source · pub struct MkDirAt { /* private fields */ }
Expand description
Make a directory, equivalent to mkdirat2(2)
.
Implementations§
source§impl MkDirAt
impl MkDirAt
pub fn new(dirfd: impl UseFd, pathname: *const c_char) -> 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.