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