Class: FFI::Libvirt::StorageVolumeInfo
- Inherits:
-
Struct
- Object
- Struct
- FFI::Libvirt::StorageVolumeInfo
- Defined in:
- lib/ffi/libvirt/storage_volume_info.rb
Overview
struct _virStorageVolInfo { int type; /* virStorageVolType flags / unsigned long long capacity; / Logical size bytes / unsigned long long allocation; / Current allocation bytes */ };