Struct windows_sys::Win32::Storage::Vhd::TAKE_SNAPSHOT_VHDSET_PARAMETERS
[−]#[repr(C)]pub struct TAKE_SNAPSHOT_VHDSET_PARAMETERS {
pub Version: TAKE_SNAPSHOT_VHDSET_VERSION,
pub Anonymous: TAKE_SNAPSHOT_VHDSET_PARAMETERS_0,
}
Expand description
Required features: ‘Win32_Storage_Vhd’
Fields
Version: TAKE_SNAPSHOT_VHDSET_VERSION
Anonymous: TAKE_SNAPSHOT_VHDSET_PARAMETERS_0
Trait Implementations
impl Clone for TAKE_SNAPSHOT_VHDSET_PARAMETERS
impl Clone for TAKE_SNAPSHOT_VHDSET_PARAMETERS
impl Copy for TAKE_SNAPSHOT_VHDSET_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for TAKE_SNAPSHOT_VHDSET_PARAMETERS
impl Send for TAKE_SNAPSHOT_VHDSET_PARAMETERS
impl Sync for TAKE_SNAPSHOT_VHDSET_PARAMETERS
impl Unpin for TAKE_SNAPSHOT_VHDSET_PARAMETERS
impl UnwindSafe for TAKE_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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more