Struct IPointerVisualizationSettings_Vtbl
#[repr(C)]pub struct IPointerVisualizationSettings_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetIsContactFeedbackEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsContactFeedbackEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsBarrelButtonFeedbackEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsBarrelButtonFeedbackEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetIsContactFeedbackEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsContactFeedbackEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsBarrelButtonFeedbackEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsBarrelButtonFeedbackEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPointerVisualizationSettings_Vtbl
impl RefUnwindSafe for IPointerVisualizationSettings_Vtbl
impl Send for IPointerVisualizationSettings_Vtbl
impl Sync for IPointerVisualizationSettings_Vtbl
impl Unpin for IPointerVisualizationSettings_Vtbl
impl UnwindSafe for IPointerVisualizationSettings_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