[][src]Struct guestfs::MDStat

pub struct MDStat {
    pub mdstat_device: String,
    pub mdstat_index: i32,
    pub mdstat_flags: String,
}

Fields

mdstat_device: Stringmdstat_index: i32mdstat_flags: String

Trait Implementations

impl TryFrom<*const RawMDStat> for MDStat[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Sync for MDStat

impl Send for MDStat

impl Unpin for MDStat

impl RefUnwindSafe for MDStat

impl UnwindSafe for MDStat

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]