Struct windows_sys::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,
}
Expand description
Required features: "Win32_Storage_VirtualDiskService"
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
impl Copy for VDS_ASYNC_OUTPUT
Auto Trait Implementations
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
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