pub struct RenameAt { /* private fields */ }
Implementations§
Source§impl RenameAt
impl RenameAt
Sourcepub const CODE: u8 = 35u8
pub const CODE: u8 = 35u8
The opcode of the operation. This can be passed to
Probe::is_supported
to check if this operation is
supported with the current kernel.
pub fn new( olddirfd: impl UseFd, oldpath: *const c_char, newdirfd: impl UseFd, newpath: *const c_char, ) -> Self
pub const fn flags(self, flags: u32) -> Self
pub fn build(self) -> Entry
Auto Trait Implementations§
impl Freeze for RenameAt
impl RefUnwindSafe for RenameAt
impl !Send for RenameAt
impl !Sync for RenameAt
impl Unpin for RenameAt
impl UnwindSafe for RenameAt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more