Struct windows::Win32::Storage::VirtualDiskService::VDS_ASYNC_OUTPUT
#[repr(C)]pub struct VDS_ASYNC_OUTPUT {
pub type: VDS_ASYNC_OUTPUT_TYPE,
pub Anonymous: VDS_ASYNC_OUTPUT_0,
}
Fields§
§type: VDS_ASYNC_OUTPUT_TYPE
§Anonymous: VDS_ASYNC_OUTPUT_0
Trait Implementations§
§impl Clone for VDS_ASYNC_OUTPUT
impl Clone for VDS_ASYNC_OUTPUT
Auto Trait Implementations§
impl Freeze for VDS_ASYNC_OUTPUT
impl RefUnwindSafe for VDS_ASYNC_OUTPUT
impl !Send for VDS_ASYNC_OUTPUT
impl !Sync for VDS_ASYNC_OUTPUT
impl Unpin for VDS_ASYNC_OUTPUT
impl UnwindSafe for VDS_ASYNC_OUTPUT
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
)