pub struct LV {Show 16 fields
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: String
§lv_uuid: UUID
§lv_attr: String
§lv_major: i64
§lv_minor: i64
§lv_kernel_major: i64
§lv_kernel_minor: i64
§lv_size: u64
§seg_count: i64
§origin: String
§snap_percent: Option<f32>
§copy_percent: Option<f32>
§move_pv: String
§mirror_log: String
§modules: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LV
impl RefUnwindSafe for LV
impl Send for LV
impl Sync for LV
impl Unpin for LV
impl UnwindSafe for LV
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