Type Alias EvFileDir

Source
pub type EvFileDir = _evfiledir_t;

Aliased Type§

#[repr(C)]
pub struct EvFileDir { pub filename: *const i8, pub pathname: *const i8, pub depth: u32, }

Fields§

§filename: *const i8§pathname: *const i8§depth: u32