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