Struct Tattach
pub struct Tattach {
pub fid: u32,
pub afid: u32,
pub uname: String,
pub aname: String,
pub n_uname: u32,
}
Expand description
attach – attach to a file tree
size[4] Tattach tag[2] fid[4] afid[4] uname[s] aname[s]
size[4] Rattach tag[2] qid[13]
attach associates the fid with the file tree rooted at aname.
Fields§
§fid: u32
§afid: u32
§uname: String
§aname: String
§n_uname: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tattach
impl RefUnwindSafe for Tattach
impl Send for Tattach
impl Sync for Tattach
impl Unpin for Tattach
impl UnwindSafe for Tattach
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