#[repr(C)]pub struct IKnownSimpleHapticsControllerWaveformsStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub Click: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub BuzzContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub RumbleContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub Press: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub Release: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Click: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§BuzzContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§RumbleContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§Press: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§Release: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
Auto Trait Implementations§
impl Freeze for IKnownSimpleHapticsControllerWaveformsStatics_Vtbl
impl RefUnwindSafe for IKnownSimpleHapticsControllerWaveformsStatics_Vtbl
impl Send for IKnownSimpleHapticsControllerWaveformsStatics_Vtbl
impl Sync for IKnownSimpleHapticsControllerWaveformsStatics_Vtbl
impl Unpin for IKnownSimpleHapticsControllerWaveformsStatics_Vtbl
impl UnwindSafe for IKnownSimpleHapticsControllerWaveformsStatics_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