Class: FFI::Libvirt::StorageVolumeInfo

Inherits:
Struct
  • Object
show all
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 */ };