[][src]Struct guestfs::VG

pub struct VG {
    pub vg_name: String,
    pub vg_uuid: UUID,
    pub vg_fmt: String,
    pub vg_attr: String,
    pub vg_size: u64,
    pub vg_free: u64,
    pub vg_sysid: String,
    pub vg_extent_size: u64,
    pub vg_extent_count: i64,
    pub vg_free_count: i64,
    pub max_lv: i64,
    pub max_pv: i64,
    pub pv_count: i64,
    pub lv_count: i64,
    pub snap_count: i64,
    pub vg_seqno: i64,
    pub vg_tags: String,
    pub vg_mda_count: i64,
    pub vg_mda_free: u64,
}

Fields

vg_name: Stringvg_uuid: UUIDvg_fmt: Stringvg_attr: Stringvg_size: u64vg_free: u64vg_sysid: Stringvg_extent_size: u64vg_extent_count: i64vg_free_count: i64max_lv: i64max_pv: i64pv_count: i64lv_count: i64snap_count: i64vg_seqno: i64vg_tags: Stringvg_mda_count: i64vg_mda_free: u64

Trait Implementations

impl TryFrom<*const RawVG> for VG[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Sync for VG

impl Send for VG

impl Unpin for VG

impl RefUnwindSafe for VG

impl UnwindSafe for VG

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]