Struct IInkD2DRenderer_Vtbl
#[repr(C)]pub struct IInkD2DRenderer_Vtbl {
pub base__: IUnknown_Vtbl,
pub Draw: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Draw: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IInkD2DRenderer_Vtbl
impl IInkD2DRenderer_Vtbl
pub const fn new<Identity: IInkD2DRenderer_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInkD2DRenderer_Vtbl
impl RefUnwindSafe for IInkD2DRenderer_Vtbl
impl Send for IInkD2DRenderer_Vtbl
impl Sync for IInkD2DRenderer_Vtbl
impl Unpin for IInkD2DRenderer_Vtbl
impl UnwindSafe for IInkD2DRenderer_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