[−][src]Struct syscall::data::Stat
Fields
st_dev: u64st_ino: u64st_mode: u16st_nlink: u32st_uid: u32st_gid: u32st_size: u64st_blksize: u32st_blocks: u64st_mtime: u64st_mtime_nsec: u32st_atime: u64st_atime_nsec: u32st_ctime: u64st_ctime_nsec: u32Trait Implementations
impl Clone for Stat[src]
pub fn clone(&self) -> Stat[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Stat[src]
impl Debug for Stat[src]
impl Default for Stat[src]
impl Deref for Stat[src]
impl DerefMut for Stat[src]
impl PartialEq<Stat> for Stat[src]
impl StructuralPartialEq for Stat[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,