Struct p9::server::read_dir::LinuxDirent64
source · #[repr(C, packed)]struct LinuxDirent64 {
d_ino: ino64_t,
d_off: off64_t,
d_reclen: c_ushort,
d_ty: c_uchar,
}
Fields§
§d_ino: ino64_t
§d_off: off64_t
§d_reclen: c_ushort
§d_ty: c_uchar
Implementations§
source§impl LinuxDirent64
impl LinuxDirent64
fn from_slice(data: &[u8]) -> Option<&Self>
Trait Implementations§
source§impl Clone for LinuxDirent64
impl Clone for LinuxDirent64
source§fn clone(&self) -> LinuxDirent64
fn clone(&self) -> LinuxDirent64
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more