pub struct Tattach {
pub fid: u32,
pub afid: u32,
pub uname: String,
pub aname: String,
pub n_uname: u32,
}Available on crate feature
9p only.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: u32Trait 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> 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