pub struct Treaddir {
pub fid: u32,
pub offset: u64,
pub count: u32,
}
Expand description
readdir – read directory entries
size[4] Treaddir tag[2] fid[4] offset[8] count[4]
size[4] Rreaddir tag[2] count[4] data[count]
readdir reads directory entries from the directory represented by fid.
Fields§
§fid: u32
§offset: u64
§count: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Treaddir
impl RefUnwindSafe for Treaddir
impl Send for Treaddir
impl Sync for Treaddir
impl Unpin for Treaddir
impl UnwindSafe for Treaddir
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