Struct windows::Foundation::IAsyncInfo_Vtbl
#[repr(C)]pub struct IAsyncInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut AsyncStatus) -> HRESULT,
pub ErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
pub Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut AsyncStatus) -> HRESULT
§ErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT
§Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IAsyncInfo_Vtbl
impl IAsyncInfo_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAsyncInfo_Vtblwhere
Identity: IAsyncInfo_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAsyncInfo_Vtbl
impl RefUnwindSafe for IAsyncInfo_Vtbl
impl Send for IAsyncInfo_Vtbl
impl Sync for IAsyncInfo_Vtbl
impl Unpin for IAsyncInfo_Vtbl
impl UnwindSafe for IAsyncInfo_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