Struct windows::Win32::Storage::VirtualDiskService::VDS_DISK_PROP
#[repr(C)]pub struct VDS_DISK_PROP {Show 19 fields
pub id: GUID,
pub status: VDS_DISK_STATUS,
pub ReserveMode: VDS_LUN_RESERVE_MODE,
pub health: VDS_HEALTH,
pub dwDeviceType: u32,
pub dwMediaType: u32,
pub ullSize: u64,
pub ulBytesPerSector: u32,
pub ulSectorsPerTrack: u32,
pub ulTracksPerCylinder: u32,
pub ulFlags: u32,
pub BusType: VDS_STORAGE_BUS_TYPE,
pub PartitionStyle: VDS_PARTITION_STYLE,
pub Anonymous: VDS_DISK_PROP_0,
pub pwszDiskAddress: PWSTR,
pub pwszName: PWSTR,
pub pwszFriendlyName: PWSTR,
pub pwszAdaptorName: PWSTR,
pub pwszDevicePath: PWSTR,
}
Fields§
§id: GUID
§status: VDS_DISK_STATUS
§ReserveMode: VDS_LUN_RESERVE_MODE
§health: VDS_HEALTH
§dwDeviceType: u32
§dwMediaType: u32
§ullSize: u64
§ulBytesPerSector: u32
§ulSectorsPerTrack: u32
§ulTracksPerCylinder: u32
§ulFlags: u32
§BusType: VDS_STORAGE_BUS_TYPE
§PartitionStyle: VDS_PARTITION_STYLE
§Anonymous: VDS_DISK_PROP_0
§pwszDiskAddress: PWSTR
§pwszName: PWSTR
§pwszFriendlyName: PWSTR
§pwszAdaptorName: PWSTR
§pwszDevicePath: PWSTR
Trait Implementations§
§impl Clone for VDS_DISK_PROP
impl Clone for VDS_DISK_PROP
§fn clone(&self) -> VDS_DISK_PROP
fn clone(&self) -> VDS_DISK_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 Default for VDS_DISK_PROP
impl Default for VDS_DISK_PROP
impl Copy for VDS_DISK_PROP
Auto Trait Implementations§
impl Freeze for VDS_DISK_PROP
impl RefUnwindSafe for VDS_DISK_PROP
impl !Send for VDS_DISK_PROP
impl !Sync for VDS_DISK_PROP
impl Unpin for VDS_DISK_PROP
impl UnwindSafe for VDS_DISK_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
)