[−][src]Struct syscall::data::Stat
Fields
st_dev: u64
st_ino: u64
st_mode: u16
st_nlink: u32
st_uid: u32
st_gid: u32
st_size: u64
st_blksize: u32
st_blocks: u64
st_mtime: u64
st_mtime_nsec: u32
st_atime: u64
st_atime_nsec: u32
st_ctime: u64
st_ctime_nsec: u32
Trait Implementations
impl Clone for Stat
[src]
fn clone(&self) -> Stat
[src]
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]
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,
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.
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>,