pub type DirEntry = _direntry_t;Aliased Type§
#[repr(C)]pub struct DirEntry {
pub name: *mut _string_t,
pub type_: _file_type_t,
pub size: u64,
pub date: _date_t,
}Fields§
§name: *mut _string_t§type_: _file_type_t§size: u64§date: _date_t