filefoundinfo

Type Alias filefoundinfo 

Source
pub type filefoundinfo = filefoundinfo_;

Aliased Type§

#[repr(C)]
pub struct filefoundinfo { pub isdirectory: i32, pub filename: [i8; 256], pub size: i32, }

Fields§

§isdirectory: i32§filename: [i8; 256]§size: i32