pub struct Tremove {
pub fid: u32,
}
Expand description
remove – remove a file
size[4] Tremove tag[2] fid[4]
size[4] Rremove tag[2]
remove removes the file represented by fid.
See the Plan 9 manual page for remove(5).
Fields§
§fid: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tremove
impl RefUnwindSafe for Tremove
impl Send for Tremove
impl Sync for Tremove
impl Unpin for Tremove
impl UnwindSafe for Tremove
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