DirEntry

Type Alias DirEntry 

Source
pub type DirEntry = _direntry_t;

Aliased Type§

#[repr(C)]
pub struct DirEntry { pub name: *mut _string_t, pub type_: i32, pub size: u64, pub date: _date_t, }

Fields§

§name: *mut _string_t§type_: i32§size: u64§date: _date_t