Union windows::Win32::Storage::VirtualDiskService::VDS_ASYNC_OUTPUT_0
#[repr(C)]
pub union VDS_ASYNC_OUTPUT_0 {
pub cp: VDS_ASYNC_OUTPUT_0_2,
pub cv: ManuallyDrop<VDS_ASYNC_OUTPUT_0_5>,
pub bvp: ManuallyDrop<VDS_ASYNC_OUTPUT_0_0>,
pub sv: VDS_ASYNC_OUTPUT_0_7,
pub cl: ManuallyDrop<VDS_ASYNC_OUTPUT_0_1>,
pub ct: ManuallyDrop<VDS_ASYNC_OUTPUT_0_4>,
pub cpg: ManuallyDrop<VDS_ASYNC_OUTPUT_0_3>,
pub cvd: ManuallyDrop<VDS_ASYNC_OUTPUT_0_6>,
}
Fields§
§cp: VDS_ASYNC_OUTPUT_0_2
§cv: ManuallyDrop<VDS_ASYNC_OUTPUT_0_5>
§bvp: ManuallyDrop<VDS_ASYNC_OUTPUT_0_0>
§sv: VDS_ASYNC_OUTPUT_0_7
§cl: ManuallyDrop<VDS_ASYNC_OUTPUT_0_1>
§ct: ManuallyDrop<VDS_ASYNC_OUTPUT_0_4>
§cpg: ManuallyDrop<VDS_ASYNC_OUTPUT_0_3>
§cvd: ManuallyDrop<VDS_ASYNC_OUTPUT_0_6>
Trait Implementations§
§impl Clone for VDS_ASYNC_OUTPUT_0
impl Clone for VDS_ASYNC_OUTPUT_0
Auto Trait Implementations§
impl Freeze for VDS_ASYNC_OUTPUT_0
impl RefUnwindSafe for VDS_ASYNC_OUTPUT_0
impl !Send for VDS_ASYNC_OUTPUT_0
impl !Sync for VDS_ASYNC_OUTPUT_0
impl Unpin for VDS_ASYNC_OUTPUT_0
impl UnwindSafe for VDS_ASYNC_OUTPUT_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)