virStorageVolInfo

Type Alias virStorageVolInfo 

Source
pub type virStorageVolInfo = _virStorageVolInfo;

Aliased Type§

#[repr(C)]
pub struct virStorageVolInfo { pub type_: i32, pub capacity: u64, pub allocation: u64, }

Fields§

§type_: i32§capacity: u64§allocation: u64