pub struct dirent {
pub d_ino: u32,
pub d_off: i32,
pub d_reclen: u16,
pub d_type: u8,
pub d_name: [i8; 256],
}Fields
d_ino: u32d_off: i32d_reclen: u16d_type: u8d_name: [i8; 256]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for dirent
impl Send for dirent
impl Sync for dirent
impl Unpin for dirent
impl UnwindSafe for dirent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more