Struct Treadlink
pub struct Treadlink {
pub fid: u32,
}
Expand description
readlink – read symlink value
size[4] Treadlink tag[2] fid[4]
size[4] Rreadlink tag[2] target[s]
readlink reads the target of the symbolic link represented by fid.
Fields§
§fid: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Treadlink
impl RefUnwindSafe for Treadlink
impl Send for Treadlink
impl Sync for Treadlink
impl Unpin for Treadlink
impl UnwindSafe for Treadlink
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