Union windows_sys::Win32::Storage::Vhd::SET_VIRTUAL_DISK_INFO_0
[−]#[repr(C)]
pub union SET_VIRTUAL_DISK_INFO_0 {
pub ParentFilePath: PCWSTR,
pub UniqueIdentifier: GUID,
pub ParentPathWithDepthInfo: SET_VIRTUAL_DISK_INFO_0_1,
pub VhdPhysicalSectorSize: u32,
pub VirtualDiskId: GUID,
pub ChangeTrackingEnabled: BOOL,
pub ParentLocator: SET_VIRTUAL_DISK_INFO_0_0,
}
Expand description
Required features: "Win32_Storage_Vhd"
, "Win32_Foundation"
Fields
ParentFilePath: PCWSTR
UniqueIdentifier: GUID
ParentPathWithDepthInfo: SET_VIRTUAL_DISK_INFO_0_1
VhdPhysicalSectorSize: u32
VirtualDiskId: GUID
ChangeTrackingEnabled: BOOL
ParentLocator: SET_VIRTUAL_DISK_INFO_0_0
Trait Implementations
impl Clone for SET_VIRTUAL_DISK_INFO_0
impl Clone for SET_VIRTUAL_DISK_INFO_0
impl Copy for SET_VIRTUAL_DISK_INFO_0
Auto Trait Implementations
impl RefUnwindSafe for SET_VIRTUAL_DISK_INFO_0
impl !Send for SET_VIRTUAL_DISK_INFO_0
impl !Sync for SET_VIRTUAL_DISK_INFO_0
impl Unpin for SET_VIRTUAL_DISK_INFO_0
impl UnwindSafe for SET_VIRTUAL_DISK_INFO_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more