Struct windows_sys::Win32::Storage::Vhd::APPLY_SNAPSHOT_VHDSET_PARAMETERS
#[repr(C)]pub struct APPLY_SNAPSHOT_VHDSET_PARAMETERS {
pub Version: APPLY_SNAPSHOT_VHDSET_VERSION,
pub Anonymous: APPLY_SNAPSHOT_VHDSET_PARAMETERS_0,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more