Struct windows::Win32::Storage::VirtualDiskService::VDS_STORAGE_POOL_PROP
#[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,
}
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
§fn clone(&self) -> VDS_STORAGE_POOL_PROP
fn clone(&self) -> VDS_STORAGE_POOL_PROP
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for VDS_STORAGE_POOL_PROP
impl Debug for VDS_STORAGE_POOL_PROP
§impl Default for VDS_STORAGE_POOL_PROP
impl Default for VDS_STORAGE_POOL_PROP
§impl PartialEq for VDS_STORAGE_POOL_PROP
impl PartialEq for VDS_STORAGE_POOL_PROP
§fn eq(&self, other: &VDS_STORAGE_POOL_PROP) -> bool
fn eq(&self, other: &VDS_STORAGE_POOL_PROP) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VDS_STORAGE_POOL_PROP
impl Eq for VDS_STORAGE_POOL_PROP
impl StructuralPartialEq for VDS_STORAGE_POOL_PROP
Auto Trait Implementations§
impl Freeze for VDS_STORAGE_POOL_PROP
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)