Struct Tlink
pub struct Tlink {
pub dfid: u32,
pub fid: u32,
pub name: String,
}
Expand description
link – create hard link
size[4] Tlink tag[2] dfid[4] fid[4] name[s]
size[4] Rlink tag[2]
link creates a new hard link name in the directory dfid that refers to the same file as fid.
Fields§
§dfid: u32
§fid: u32
§name: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tlink
impl RefUnwindSafe for Tlink
impl Send for Tlink
impl Sync for Tlink
impl Unpin for Tlink
impl UnwindSafe for Tlink
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