[][src]Struct guestfs::LV

pub struct LV {
    pub lv_name: String,
    pub lv_uuid: UUID,
    pub lv_attr: String,
    pub lv_major: i64,
    pub lv_minor: i64,
    pub lv_kernel_major: i64,
    pub lv_kernel_minor: i64,
    pub lv_size: u64,
    pub seg_count: i64,
    pub origin: String,
    pub snap_percent: Option<f32>,
    pub copy_percent: Option<f32>,
    pub move_pv: String,
    pub lv_tags: String,
    pub mirror_log: String,
    pub modules: String,
}

Fields

lv_name: Stringlv_uuid: UUIDlv_attr: Stringlv_major: i64lv_minor: i64lv_kernel_major: i64lv_kernel_minor: i64lv_size: u64seg_count: i64origin: Stringsnap_percent: Option<f32>copy_percent: Option<f32>move_pv: Stringlv_tags: Stringmirror_log: Stringmodules: String

Trait Implementations

impl TryFrom<*const RawLV> for LV[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Sync for LV

impl Send for LV

impl Unpin for LV

impl RefUnwindSafe for LV

impl UnwindSafe for LV

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]