Struct openssl_sys::dirent64
source · [−]pub struct dirent64 {
pub d_ino: u64,
pub d_off: i64,
pub d_reclen: u16,
pub d_type: u8,
pub d_name: [i8; 256],
}
Fields
d_ino: u64
d_off: i64
d_reclen: u16
d_type: u8
d_name: [i8; 256]
Trait Implementations
impl Copy for dirent64
impl Eq for dirent64
Auto Trait Implementations
impl RefUnwindSafe for dirent64
impl Send for dirent64
impl Sync for dirent64
impl Unpin for dirent64
impl UnwindSafe for dirent64
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