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