Type Alias virStorageVolInfo

Source
pub type virStorageVolInfo = Struct__virStorageVolInfo;

Aliased Type§

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

Fields§

§_type: i32§capacity: u64§allocation: u64