pub struct dirent64_min {
pub d_ino: ino64_t,
pub d_type: c_uchar,
}Fields§
§d_ino: ino64_t§d_type: c_ucharImplementations§
Trait Implementations§
Source§impl Clone for dirent64_min
impl Clone for dirent64_min
Source§fn clone(&self) -> dirent64_min
fn clone(&self) -> dirent64_min
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for dirent64_min
impl Debug for dirent64_min
Source§impl HasEagerType for dirent64_min
impl HasEagerType for dirent64_min
fn eager_file_type(&self) -> c_uchar
Source§impl MeasureNameLen for dirent64_min
impl MeasureNameLen for dirent64_min
fn measure_name_len<'s>(&self, s: NullTermStr<'s>) -> &'s MeasuredNullTermStr
impl Copy for dirent64_min
Auto Trait Implementations§
impl Freeze for dirent64_min
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