#[repr(C)]pub struct IKnownSimpleHapticsControllerWaveformsStatics2_Vtbl {
pub base__: IInspectable_Vtbl,
pub BrushContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub ChiselMarkerContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub EraserContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub Error: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub GalaxyPenContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub Hover: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub InkContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub MarkerContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub PencilContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub Success: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§BrushContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§ChiselMarkerContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§EraserContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§Error: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§GalaxyPenContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§Hover: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§InkContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§MarkerContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§PencilContinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§Success: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
Auto Trait Implementations§
impl Freeze for IKnownSimpleHapticsControllerWaveformsStatics2_Vtbl
impl RefUnwindSafe for IKnownSimpleHapticsControllerWaveformsStatics2_Vtbl
impl Send for IKnownSimpleHapticsControllerWaveformsStatics2_Vtbl
impl Sync for IKnownSimpleHapticsControllerWaveformsStatics2_Vtbl
impl Unpin for IKnownSimpleHapticsControllerWaveformsStatics2_Vtbl
impl UnwindSafe for IKnownSimpleHapticsControllerWaveformsStatics2_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