Struct windows::Win32::Storage::VirtualDiskService::VDS_VDISK_PROPERTIES
#[repr(C)]pub struct VDS_VDISK_PROPERTIES {
pub Id: GUID,
pub State: VDS_VDISK_STATE,
pub VirtualDeviceType: VIRTUAL_STORAGE_TYPE,
pub VirtualSize: u64,
pub PhysicalSize: u64,
pub pPath: PWSTR,
pub pDeviceName: PWSTR,
pub DiskFlag: DEPENDENT_DISK_FLAG,
pub bIsChild: BOOL,
pub pParentPath: PWSTR,
}
Fields§
§Id: GUID
§State: VDS_VDISK_STATE
§VirtualDeviceType: VIRTUAL_STORAGE_TYPE
§VirtualSize: u64
§PhysicalSize: u64
§pPath: PWSTR
§pDeviceName: PWSTR
§DiskFlag: DEPENDENT_DISK_FLAG
§bIsChild: BOOL
§pParentPath: PWSTR
Trait Implementations§
§impl Clone for VDS_VDISK_PROPERTIES
impl Clone for VDS_VDISK_PROPERTIES
§fn clone(&self) -> VDS_VDISK_PROPERTIES
fn clone(&self) -> VDS_VDISK_PROPERTIES
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_VDISK_PROPERTIES
impl Debug for VDS_VDISK_PROPERTIES
§impl Default for VDS_VDISK_PROPERTIES
impl Default for VDS_VDISK_PROPERTIES
§impl PartialEq for VDS_VDISK_PROPERTIES
impl PartialEq for VDS_VDISK_PROPERTIES
§fn eq(&self, other: &VDS_VDISK_PROPERTIES) -> bool
fn eq(&self, other: &VDS_VDISK_PROPERTIES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VDS_VDISK_PROPERTIES
impl Eq for VDS_VDISK_PROPERTIES
impl StructuralPartialEq for VDS_VDISK_PROPERTIES
Auto Trait Implementations§
impl Freeze for VDS_VDISK_PROPERTIES
impl RefUnwindSafe for VDS_VDISK_PROPERTIES
impl !Send for VDS_VDISK_PROPERTIES
impl !Sync for VDS_VDISK_PROPERTIES
impl Unpin for VDS_VDISK_PROPERTIES
impl UnwindSafe for VDS_VDISK_PROPERTIES
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
)