[][src]Struct guestfs::StatNS

pub struct StatNS {
    pub st_dev: i64,
    pub st_ino: i64,
    pub st_mode: i64,
    pub st_nlink: i64,
    pub st_uid: i64,
    pub st_gid: i64,
    pub st_rdev: i64,
    pub st_size: i64,
    pub st_blksize: i64,
    pub st_blocks: i64,
    pub st_atime_sec: i64,
    pub st_atime_nsec: i64,
    pub st_mtime_sec: i64,
    pub st_mtime_nsec: i64,
    pub st_ctime_sec: i64,
    pub st_ctime_nsec: i64,
    pub st_spare1: i64,
    pub st_spare2: i64,
    pub st_spare3: i64,
    pub st_spare4: i64,
    pub st_spare5: i64,
    pub st_spare6: i64,
}

Fields

st_dev: i64st_ino: i64st_mode: i64st_nlink: i64st_uid: i64st_gid: i64st_rdev: i64st_size: i64st_blksize: i64st_blocks: i64st_atime_sec: i64st_atime_nsec: i64st_mtime_sec: i64st_mtime_nsec: i64st_ctime_sec: i64st_ctime_nsec: i64st_spare1: i64st_spare2: i64st_spare3: i64st_spare4: i64st_spare5: i64st_spare6: i64

Trait Implementations

impl TryFrom<*const RawStatNS> for StatNS[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Sync for StatNS

impl Send for StatNS

impl Unpin for StatNS

impl RefUnwindSafe for StatNS

impl UnwindSafe for StatNS

Blanket Implementations

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

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

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.

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

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

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