#[repr(C)]pub struct VDS_STORAGE_POOL_PROP {
pub id: GUID,
pub status: VDS_STORAGE_POOL_STATUS,
pub health: VDS_HEALTH,
pub type: VDS_STORAGE_POOL_TYPE,
pub pwszName: PWSTR,
pub pwszDescription: PWSTR,
pub ullTotalConsumedSpace: u64,
pub ullTotalManagedSpace: u64,
pub ullRemainingFreeSpace: u64,
}
Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
id: GUID
status: VDS_STORAGE_POOL_STATUS
health: VDS_HEALTH
type: VDS_STORAGE_POOL_TYPE
pwszName: PWSTR
pwszDescription: PWSTR
ullTotalConsumedSpace: u64
ullTotalManagedSpace: u64
ullRemainingFreeSpace: u64
Trait Implementations
impl Clone for VDS_STORAGE_POOL_PROP
impl Clone for VDS_STORAGE_POOL_PROP
impl Copy for VDS_STORAGE_POOL_PROP
Auto Trait Implementations
impl RefUnwindSafe for VDS_STORAGE_POOL_PROP
impl !Send for VDS_STORAGE_POOL_PROP
impl !Sync for VDS_STORAGE_POOL_PROP
impl Unpin for VDS_STORAGE_POOL_PROP
impl UnwindSafe for VDS_STORAGE_POOL_PROP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more