#[repr(C)]pub struct ISpatialInteractionControllerProperties_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsTouchpadTouched: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsTouchpadPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsThumbstickPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ThumbstickX: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub ThumbstickY: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub TouchpadX: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub TouchpadY: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsTouchpadTouched: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsTouchpadPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsThumbstickPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§ThumbstickX: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§ThumbstickY: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§TouchpadX: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§TouchpadY: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpatialInteractionControllerProperties_Vtbl
impl RefUnwindSafe for ISpatialInteractionControllerProperties_Vtbl
impl Send for ISpatialInteractionControllerProperties_Vtbl
impl Sync for ISpatialInteractionControllerProperties_Vtbl
impl Unpin for ISpatialInteractionControllerProperties_Vtbl
impl UnwindSafe for ISpatialInteractionControllerProperties_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