Struct windows::UI::Input::Inking::IInkDrawingAttributes2_Vtbl
#[repr(C)]pub struct IInkDrawingAttributes2_Vtbl {
pub base__: IInspectable_Vtbl,
pub PenTipTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut Matrix3x2) -> HRESULT,
pub SetPenTipTransform: unsafe extern "system" fn(_: *mut c_void, _: Matrix3x2) -> HRESULT,
pub DrawAsHighlighter: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetDrawAsHighlighter: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PenTipTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut Matrix3x2) -> HRESULT
§SetPenTipTransform: unsafe extern "system" fn(_: *mut c_void, _: Matrix3x2) -> HRESULT
§DrawAsHighlighter: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetDrawAsHighlighter: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IInkDrawingAttributes2_Vtbl
impl RefUnwindSafe for IInkDrawingAttributes2_Vtbl
impl Send for IInkDrawingAttributes2_Vtbl
impl Sync for IInkDrawingAttributes2_Vtbl
impl Unpin for IInkDrawingAttributes2_Vtbl
impl UnwindSafe for IInkDrawingAttributes2_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