Struct gdnative_visual_script::common::libc::dirent [−][src]
#[repr(C)]pub struct dirent { pub d_ino: u64, pub d_off: i64, pub d_reclen: u16, pub d_type: u8, pub d_name: [i8; 256], }
Fields
d_ino: u64
d_off: i64
d_reclen: u16
d_type: u8
d_name: [i8; 256]
Trait Implementations
impl Clone for dirent
[src]
impl Clone for dirent
fn clone(&self) -> dirent
[src]
fn clone(&self) -> dirent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for dirent
[src]
impl Copy for dirent