struct dirent64_min {
d_ino: u64,
d_type: u8,
}Available on
target_os=aix or Android or FreeBSD or Fuchsia or target_os=hurd or illumos or Linux or target_os=nto or Redox or Solaris or target_os=vita only.Fields§
§d_ino: u64§d_type: u8Available on neither Solaris nor illumos nor
target_os=aix nor target_os=nto nor target_os=vita.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
Source§impl<T> SizedTypeProperties for T
impl<T> SizedTypeProperties for T
Source§#[doc(hidden)] const SIZE: usize = _
#[doc(hidden)] const SIZE: usize = _
🔬This is a nightly-only experimental API. (
sized_type_properties)Source§#[doc(hidden)] const ALIGN: usize = _
#[doc(hidden)] const ALIGN: usize = _
🔬This is a nightly-only experimental API. (
sized_type_properties)Source§#[doc(hidden)] const IS_ZST: bool = _
#[doc(hidden)] const IS_ZST: bool = _
🔬This is a nightly-only experimental API. (
sized_type_properties)Source§#[doc(hidden)] const LAYOUT: Layout = _
#[doc(hidden)] const LAYOUT: Layout = _
🔬This is a nightly-only experimental API. (
sized_type_properties)Source§#[doc(hidden)] const MAX_SLICE_LEN: usize = _
#[doc(hidden)] const MAX_SLICE_LEN: usize = _
🔬This is a nightly-only experimental API. (
sized_type_properties)The largest safe length for a
[Self]. Read more