Struct windows::Devices::Haptics::ISimpleHapticsController_Vtbl
#[repr(C)]pub struct ISimpleHapticsController_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SupportedFeedback: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsIntensitySupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsPlayCountSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsPlayDurationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsReplayPauseIntervalSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub StopFeedback: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SendHapticFeedback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SendHapticFeedbackWithIntensity: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: f64) -> HRESULT,
pub SendHapticFeedbackForDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: f64, _: TimeSpan) -> HRESULT,
pub SendHapticFeedbackForPlayCount: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: f64, _: i32, _: TimeSpan) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SupportedFeedback: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsIntensitySupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsPlayCountSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsPlayDurationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsReplayPauseIntervalSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§StopFeedback: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SendHapticFeedback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SendHapticFeedbackWithIntensity: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: f64) -> HRESULT
§SendHapticFeedbackForDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: f64, _: TimeSpan) -> HRESULT
§SendHapticFeedbackForPlayCount: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: f64, _: i32, _: TimeSpan) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISimpleHapticsController_Vtbl
impl RefUnwindSafe for ISimpleHapticsController_Vtbl
impl Send for ISimpleHapticsController_Vtbl
impl Sync for ISimpleHapticsController_Vtbl
impl Unpin for ISimpleHapticsController_Vtbl
impl UnwindSafe for ISimpleHapticsController_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