Struct windows_sys::Win32::Storage::Vhd::MODIFY_VHDSET_PARAMETERS
[−]#[repr(C)]pub struct MODIFY_VHDSET_PARAMETERS {
pub Version: MODIFY_VHDSET_VERSION,
pub Anonymous: MODIFY_VHDSET_PARAMETERS_0,
}
Expand description
Required features: "Win32_Storage_Vhd"
Fields
Version: MODIFY_VHDSET_VERSION
Anonymous: MODIFY_VHDSET_PARAMETERS_0
Trait Implementations
impl Clone for MODIFY_VHDSET_PARAMETERS
impl Clone for MODIFY_VHDSET_PARAMETERS
impl Copy for MODIFY_VHDSET_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for MODIFY_VHDSET_PARAMETERS
impl !Send for MODIFY_VHDSET_PARAMETERS
impl !Sync for MODIFY_VHDSET_PARAMETERS
impl Unpin for MODIFY_VHDSET_PARAMETERS
impl UnwindSafe for MODIFY_VHDSET_PARAMETERS
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