Struct windows::Win32::Storage::VirtualDiskService::IVdsAsync_Vtbl
#[repr(C)]pub struct IVdsAsync_Vtbl {
pub base__: IUnknown_Vtbl,
pub Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Wait: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT, _: *mut VDS_ASYNC_OUTPUT) -> HRESULT,
pub QueryStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Wait: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT, _: *mut VDS_ASYNC_OUTPUT) -> HRESULT
§QueryStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT, _: *mut u32) -> HRESULT
Implementations§
§impl IVdsAsync_Vtbl
impl IVdsAsync_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsAsync_Vtblwhere
Identity: IVdsAsync_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsAsync_Vtbl
impl RefUnwindSafe for IVdsAsync_Vtbl
impl Send for IVdsAsync_Vtbl
impl Sync for IVdsAsync_Vtbl
impl Unpin for IVdsAsync_Vtbl
impl UnwindSafe for IVdsAsync_Vtbl
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