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