Struct rustix_uring::opcode::RenameAt
source · pub struct RenameAt { /* private fields */ }
Implementations§
source§impl RenameAt
impl RenameAt
pub fn new( olddirfd: impl UseFd, oldpath: *const c_char, newdirfd: impl UseFd, newpath: *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.