pub struct VG {Show 19 fields
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: String
§vg_uuid: UUID
§vg_fmt: String
§vg_attr: String
§vg_size: u64
§vg_free: u64
§vg_sysid: String
§vg_extent_size: u64
§vg_extent_count: i64
§vg_free_count: i64
§max_lv: i64
§max_pv: i64
§pv_count: i64
§lv_count: i64
§snap_count: i64
§vg_seqno: i64
§vg_mda_count: i64
§vg_mda_free: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VG
impl RefUnwindSafe for VG
impl Send for VG
impl Sync for VG
impl Unpin for VG
impl UnwindSafe for VG
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more