#[repr(C)]
pub union ATTACH_VIRTUAL_DISK_PARAMETERS_0 {
pub Version1: ATTACH_VIRTUAL_DISK_PARAMETERS_0_0,
pub Version2: ATTACH_VIRTUAL_DISK_PARAMETERS_0_1,
}
Fields§
§Version1: ATTACH_VIRTUAL_DISK_PARAMETERS_0_0
§Version2: ATTACH_VIRTUAL_DISK_PARAMETERS_0_1
Trait Implementations§
§impl Clone for ATTACH_VIRTUAL_DISK_PARAMETERS_0
impl Clone for ATTACH_VIRTUAL_DISK_PARAMETERS_0
impl Copy for ATTACH_VIRTUAL_DISK_PARAMETERS_0
Auto Trait Implementations§
impl RefUnwindSafe for ATTACH_VIRTUAL_DISK_PARAMETERS_0
impl Send for ATTACH_VIRTUAL_DISK_PARAMETERS_0
impl Sync for ATTACH_VIRTUAL_DISK_PARAMETERS_0
impl Unpin for ATTACH_VIRTUAL_DISK_PARAMETERS_0
impl UnwindSafe for ATTACH_VIRTUAL_DISK_PARAMETERS_0
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