pub struct Trenameat {
pub olddirfid: u32,
pub oldname: String,
pub newdirfid: u32,
pub newname: String,
}
Expand description
renameat – rename a file or directory
size[4] Trenameat tag[2] olddirfid[4] oldname[s] newdirfid[4] newname[s]
size[4] Rrenameat tag[2]
renameat renames a file or directory from oldname in the directory represented by olddirfid to newname in the directory represented by newdirfid.
Fields§
§olddirfid: u32
§oldname: String
§newdirfid: u32
§newname: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Trenameat
impl RefUnwindSafe for Trenameat
impl Send for Trenameat
impl Sync for Trenameat
impl Unpin for Trenameat
impl UnwindSafe for Trenameat
Blanket Implementations§
Source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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