struct dirent64_min {
d_ino: u64,
d_type: u8,
}
Fields§
§d_ino: u64
§d_type: u8
Auto Trait Implementations§
impl RefUnwindSafe for dirent64_min
impl Send for dirent64_min
impl Sync for dirent64_min
impl Unpin for dirent64_min
impl UnwindSafe for dirent64_min
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more