Struct inkview_sys::c_api::dirent [−][src]
#[repr(C)]pub struct dirent { pub d_ino: __ino_t, pub d_off: __off_t, pub d_reclen: u16, pub d_type: u8, pub d_name: [u8; 256], }
Fields
d_ino: __ino_td_off: __off_td_reclen: u16d_type: u8d_name: [u8; 256]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for direntimpl UnwindSafe for direntBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V