Struct windows_sys::Win32::Storage::Vhd::DELETE_SNAPSHOT_VHDSET_PARAMETERS
#[repr(C)]pub struct DELETE_SNAPSHOT_VHDSET_PARAMETERS {
pub Version: DELETE_SNAPSHOT_VHDSET_VERSION,
pub Anonymous: DELETE_SNAPSHOT_VHDSET_PARAMETERS_0,
}
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§
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