Struct IInkDrawingAttributes_Vtbl
#[repr(C)]pub struct IInkDrawingAttributes_Vtbl {
pub base__: IInspectable_Vtbl,
pub Color: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
pub PenTip: unsafe extern "system" fn(_: *mut c_void, _: *mut PenTipShape) -> HRESULT,
pub SetPenTip: unsafe extern "system" fn(_: *mut c_void, _: PenTipShape) -> HRESULT,
pub Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT,
pub SetSize: unsafe extern "system" fn(_: *mut c_void, _: Size) -> HRESULT,
pub IgnorePressure: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIgnorePressure: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub FitToCurve: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetFitToCurve: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Color: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT§SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT§PenTip: unsafe extern "system" fn(_: *mut c_void, _: *mut PenTipShape) -> HRESULT§SetPenTip: unsafe extern "system" fn(_: *mut c_void, _: PenTipShape) -> HRESULT§Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT§SetSize: unsafe extern "system" fn(_: *mut c_void, _: Size) -> HRESULT§IgnorePressure: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIgnorePressure: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§FitToCurve: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetFitToCurve: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULTAuto Trait Implementations§
impl Freeze for IInkDrawingAttributes_Vtbl
impl RefUnwindSafe for IInkDrawingAttributes_Vtbl
impl Send for IInkDrawingAttributes_Vtbl
impl Sync for IInkDrawingAttributes_Vtbl
impl Unpin for IInkDrawingAttributes_Vtbl
impl UnwindSafe for IInkDrawingAttributes_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