[][src]Struct guestfs::Stat

pub struct Stat {
    pub dev: i64,
    pub ino: i64,
    pub mode: i64,
    pub nlink: i64,
    pub uid: i64,
    pub gid: i64,
    pub rdev: i64,
    pub size: i64,
    pub blksize: i64,
    pub blocks: i64,
    pub atime: i64,
    pub mtime: i64,
    pub ctime: i64,
}

Fields

dev: i64ino: i64mode: i64nlink: i64uid: i64gid: i64rdev: i64size: i64blksize: i64blocks: i64atime: i64mtime: i64ctime: i64

Trait Implementations

impl TryFrom<*const RawStat> for Stat[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Sync for Stat

impl Send for Stat

impl Unpin for Stat

impl RefUnwindSafe for Stat

impl UnwindSafe for Stat

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]