[][src]Struct endpointsecurity::ostat

#[repr(C)]pub struct ostat {
    pub st_dev: __uint16_t,
    pub st_ino: ino_t,
    pub st_mode: mode_t,
    pub st_nlink: nlink_t,
    pub st_uid: __uint16_t,
    pub st_gid: __uint16_t,
    pub st_rdev: __uint16_t,
    pub st_size: __int32_t,
    pub st_atimespec: timespec,
    pub st_mtimespec: timespec,
    pub st_ctimespec: timespec,
    pub st_blksize: __int32_t,
    pub st_blocks: __int32_t,
    pub st_flags: __uint32_t,
    pub st_gen: __uint32_t,
}

Fields

st_dev: __uint16_tst_ino: ino_tst_mode: mode_tst_nlink: nlink_tst_uid: __uint16_tst_gid: __uint16_tst_rdev: __uint16_tst_size: __int32_tst_atimespec: timespecst_mtimespec: timespecst_ctimespec: timespecst_blksize: __int32_tst_blocks: __int32_tst_flags: __uint32_tst_gen: __uint32_t

Trait Implementations

impl Clone for ostat[src]

impl Copy for ostat[src]

impl Debug for ostat[src]

Auto Trait Implementations

impl RefUnwindSafe for ostat

impl Send for ostat

impl Sync for ostat

impl Unpin for ostat

impl UnwindSafe for ostat

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.