Struct windows_sys::Win32::Storage::Vhd::OPEN_VIRTUAL_DISK_PARAMETERS
[−]#[repr(C)]pub struct OPEN_VIRTUAL_DISK_PARAMETERS {
pub Version: OPEN_VIRTUAL_DISK_VERSION,
pub Anonymous: OPEN_VIRTUAL_DISK_PARAMETERS_0,
}
Expand description
Required features: "Win32_Storage_Vhd"
, "Win32_Foundation"
Fields
Version: OPEN_VIRTUAL_DISK_VERSION
Anonymous: OPEN_VIRTUAL_DISK_PARAMETERS_0
Trait Implementations
impl Clone for OPEN_VIRTUAL_DISK_PARAMETERS
impl Clone for OPEN_VIRTUAL_DISK_PARAMETERS
impl Copy for OPEN_VIRTUAL_DISK_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for OPEN_VIRTUAL_DISK_PARAMETERS
impl Send for OPEN_VIRTUAL_DISK_PARAMETERS
impl Sync for OPEN_VIRTUAL_DISK_PARAMETERS
impl Unpin for OPEN_VIRTUAL_DISK_PARAMETERS
impl UnwindSafe for OPEN_VIRTUAL_DISK_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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