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,
}
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
§fn clone(&self) -> GET_VIRTUAL_DISK_INFO_0
fn clone(&self) -> GET_VIRTUAL_DISK_INFO_0
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 moreimpl Copy for GET_VIRTUAL_DISK_INFO_0
Auto Trait Implementations§
impl Freeze for GET_VIRTUAL_DISK_INFO_0
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
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
)