Struct IInkPresenterStencil_Vtbl
#[repr(C)]pub struct IInkPresenterStencil_Vtbl {
pub base__: IInspectable_Vtbl,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut InkPresenterStencilKind) -> HRESULT,
pub IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub BackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
pub ForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub SetForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
pub Transform: unsafe extern "system" fn(_: *mut c_void, _: *mut Matrix3x2) -> HRESULT,
pub SetTransform: unsafe extern "system" fn(_: *mut c_void, _: Matrix3x2) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut InkPresenterStencilKind) -> HRESULT
§IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§BackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT
§SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT
§ForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT
§SetForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT
§Transform: unsafe extern "system" fn(_: *mut c_void, _: *mut Matrix3x2) -> HRESULT
§SetTransform: unsafe extern "system" fn(_: *mut c_void, _: Matrix3x2) -> HRESULT
Implementations§
§impl IInkPresenterStencil_Vtbl
impl IInkPresenterStencil_Vtbl
pub const fn new<Identity: IInkPresenterStencil_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInkPresenterStencil_Vtbl
impl RefUnwindSafe for IInkPresenterStencil_Vtbl
impl Send for IInkPresenterStencil_Vtbl
impl Sync for IInkPresenterStencil_Vtbl
impl Unpin for IInkPresenterStencil_Vtbl
impl UnwindSafe for IInkPresenterStencil_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