Struct Tunlinkat
pub struct Tunlinkat {
pub dirfd: u32,
pub name: String,
pub flags: u32,
}
Expand description
unlinkat – unlink a file or directory
size[4] Tunlinkat tag[2] dirfd[4] name[s] flags[4]
size[4] Runlinkat tag[2]
unlinkat removes the file name from the directory represented by dirfd.
Fields§
§dirfd: u32
§name: String
§flags: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tunlinkat
impl RefUnwindSafe for Tunlinkat
impl Send for Tunlinkat
impl Sync for Tunlinkat
impl Unpin for Tunlinkat
impl UnwindSafe for Tunlinkat
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