Struct windows::Win32::Storage::VirtualDiskService::VDS_ASYNC_OUTPUT_0_6
#[repr(C)]pub struct VDS_ASYNC_OUTPUT_0_6 {
pub pVDiskUnk: ManuallyDrop<Option<IUnknown>>,
}
Fields§
§pVDiskUnk: ManuallyDrop<Option<IUnknown>>
Trait Implementations§
§impl Clone for VDS_ASYNC_OUTPUT_0_6
impl Clone for VDS_ASYNC_OUTPUT_0_6
§impl Debug for VDS_ASYNC_OUTPUT_0_6
impl Debug for VDS_ASYNC_OUTPUT_0_6
§impl Default for VDS_ASYNC_OUTPUT_0_6
impl Default for VDS_ASYNC_OUTPUT_0_6
§impl PartialEq for VDS_ASYNC_OUTPUT_0_6
impl PartialEq for VDS_ASYNC_OUTPUT_0_6
§fn eq(&self, other: &VDS_ASYNC_OUTPUT_0_6) -> bool
fn eq(&self, other: &VDS_ASYNC_OUTPUT_0_6) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for VDS_ASYNC_OUTPUT_0_6
impl StructuralPartialEq for VDS_ASYNC_OUTPUT_0_6
Auto Trait Implementations§
impl Freeze for VDS_ASYNC_OUTPUT_0_6
impl RefUnwindSafe for VDS_ASYNC_OUTPUT_0_6
impl !Send for VDS_ASYNC_OUTPUT_0_6
impl !Sync for VDS_ASYNC_OUTPUT_0_6
impl Unpin for VDS_ASYNC_OUTPUT_0_6
impl UnwindSafe for VDS_ASYNC_OUTPUT_0_6
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
)