#[repr(C)]
pub union VDS_ASYNC_OUTPUT_0 {
pub cp: VDS_ASYNC_OUTPUT_0_2,
pub cv: VDS_ASYNC_OUTPUT_0_5,
pub bvp: VDS_ASYNC_OUTPUT_0_0,
pub sv: VDS_ASYNC_OUTPUT_0_7,
pub cl: VDS_ASYNC_OUTPUT_0_1,
pub ct: VDS_ASYNC_OUTPUT_0_4,
pub cpg: VDS_ASYNC_OUTPUT_0_3,
pub cvd: VDS_ASYNC_OUTPUT_0_6,
}
Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
cp: VDS_ASYNC_OUTPUT_0_2
cv: VDS_ASYNC_OUTPUT_0_5
bvp: VDS_ASYNC_OUTPUT_0_0
sv: VDS_ASYNC_OUTPUT_0_7
cl: VDS_ASYNC_OUTPUT_0_1
ct: VDS_ASYNC_OUTPUT_0_4
cpg: VDS_ASYNC_OUTPUT_0_3
cvd: VDS_ASYNC_OUTPUT_0_6
Trait Implementations
impl Clone for VDS_ASYNC_OUTPUT_0
impl Clone for VDS_ASYNC_OUTPUT_0
impl Copy for VDS_ASYNC_OUTPUT_0
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more