#[repr(C)]pub struct APPLY_SNAPSHOT_VHDSET_PARAMETERS {
pub Version: APPLY_SNAPSHOT_VHDSET_VERSION,
pub Anonymous: APPLY_SNAPSHOT_VHDSET_PARAMETERS_0,
}
Expand description
Required features: "Win32_Storage_Vhd"
Fields
Version: APPLY_SNAPSHOT_VHDSET_VERSION
Anonymous: APPLY_SNAPSHOT_VHDSET_PARAMETERS_0
Trait Implementations
impl Clone for APPLY_SNAPSHOT_VHDSET_PARAMETERS
impl Clone for APPLY_SNAPSHOT_VHDSET_PARAMETERS
impl Copy for APPLY_SNAPSHOT_VHDSET_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for APPLY_SNAPSHOT_VHDSET_PARAMETERS
impl Send for APPLY_SNAPSHOT_VHDSET_PARAMETERS
impl Sync for APPLY_SNAPSHOT_VHDSET_PARAMETERS
impl Unpin for APPLY_SNAPSHOT_VHDSET_PARAMETERS
impl UnwindSafe for APPLY_SNAPSHOT_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