pub struct Tsymlink {
pub fid: u32,
pub name: String,
pub symtgt: String,
pub gid: u32,
}
Expand description
symlink – create symlink
size[4] Tsymlink tag[2] fid[4] name[s] symtgt[s] gid[4]
size[4] Rsymlink tag[2] qid[13]
symlink creates a new symbolic link name in the directory represented by fid.
Fields§
§fid: u32
§name: String
§symtgt: String
§gid: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tsymlink
impl RefUnwindSafe for Tsymlink
impl Send for Tsymlink
impl Sync for Tsymlink
impl Unpin for Tsymlink
impl UnwindSafe for Tsymlink
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