[][src]Struct guestfs::PV

pub struct PV {
    pub pv_name: String,
    pub pv_uuid: UUID,
    pub pv_fmt: String,
    pub pv_size: u64,
    pub dev_size: u64,
    pub pv_free: u64,
    pub pv_used: u64,
    pub pv_attr: String,
    pub pv_pe_count: i64,
    pub pv_pe_alloc_count: i64,
    pub pv_tags: String,
    pub pe_start: u64,
    pub pv_mda_count: i64,
    pub pv_mda_free: u64,
}

Fields

pv_name: Stringpv_uuid: UUIDpv_fmt: Stringpv_size: u64dev_size: u64pv_free: u64pv_used: u64pv_attr: Stringpv_pe_count: i64pv_pe_alloc_count: i64pv_tags: Stringpe_start: u64pv_mda_count: i64pv_mda_free: u64

Trait Implementations

impl TryFrom<*const RawPV> for PV[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Sync for PV

impl Send for PV

impl Unpin for PV

impl RefUnwindSafe for PV

impl UnwindSafe for PV

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]