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