Union windows_sys::Win32::Storage::Vhd::GET_VIRTUAL_DISK_INFO_0
#[repr(C)]
pub union GET_VIRTUAL_DISK_INFO_0 {
Show 15 fields
pub Size: GET_VIRTUAL_DISK_INFO_0_3,
pub Identifier: GUID,
pub ParentLocation: GET_VIRTUAL_DISK_INFO_0_1,
pub ParentIdentifier: GUID,
pub ParentTimestamp: u32,
pub VirtualStorageType: VIRTUAL_STORAGE_TYPE,
pub ProviderSubtype: u32,
pub Is4kAligned: BOOL,
pub IsLoaded: BOOL,
pub PhysicalDisk: GET_VIRTUAL_DISK_INFO_0_2,
pub VhdPhysicalSectorSize: u32,
pub SmallestSafeVirtualSize: u64,
pub FragmentationPercentage: u32,
pub VirtualDiskId: GUID,
pub ChangeTrackingState: GET_VIRTUAL_DISK_INFO_0_0,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Size: GET_VIRTUAL_DISK_INFO_0_3
§Identifier: GUID
§ParentLocation: GET_VIRTUAL_DISK_INFO_0_1
§ParentIdentifier: GUID
§ParentTimestamp: u32
§VirtualStorageType: VIRTUAL_STORAGE_TYPE
§ProviderSubtype: u32
§Is4kAligned: BOOL
§IsLoaded: BOOL
§PhysicalDisk: GET_VIRTUAL_DISK_INFO_0_2
§VhdPhysicalSectorSize: u32
§SmallestSafeVirtualSize: u64
§FragmentationPercentage: u32
§VirtualDiskId: GUID
§ChangeTrackingState: GET_VIRTUAL_DISK_INFO_0_0
Trait Implementations§
§impl Clone for GET_VIRTUAL_DISK_INFO_0
impl Clone for GET_VIRTUAL_DISK_INFO_0
impl Copy for GET_VIRTUAL_DISK_INFO_0
Auto Trait Implementations§
impl RefUnwindSafe for GET_VIRTUAL_DISK_INFO_0
impl Send for GET_VIRTUAL_DISK_INFO_0
impl Sync for GET_VIRTUAL_DISK_INFO_0
impl Unpin for GET_VIRTUAL_DISK_INFO_0
impl UnwindSafe for GET_VIRTUAL_DISK_INFO_0
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