Struct windows::Win32::Graphics::DirectWrite::IDWriteAsyncResult_Vtbl
#[repr(C)]pub struct IDWriteAsyncResult_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetWaitHandle: unsafe extern "system" fn(_: *mut c_void) -> HANDLE,
pub GetResult: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetWaitHandle: unsafe extern "system" fn(_: *mut c_void) -> HANDLE
§GetResult: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IDWriteAsyncResult_Vtbl
impl IDWriteAsyncResult_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteAsyncResult_Vtblwhere
Identity: IDWriteAsyncResult_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteAsyncResult_Vtbl
impl RefUnwindSafe for IDWriteAsyncResult_Vtbl
impl Send for IDWriteAsyncResult_Vtbl
impl Sync for IDWriteAsyncResult_Vtbl
impl Unpin for IDWriteAsyncResult_Vtbl
impl UnwindSafe for IDWriteAsyncResult_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