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