Struct ISpatialInteractionController_Vtbl
#[repr(C)]pub struct ISpatialInteractionController_Vtbl {
pub base__: IInspectable_Vtbl,
pub HasTouchpad: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub HasThumbstick: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SimpleHapticsController: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub VendorId: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub ProductId: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub Version: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§HasTouchpad: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§HasThumbstick: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SimpleHapticsController: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§VendorId: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§ProductId: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§Version: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpatialInteractionController_Vtbl
impl RefUnwindSafe for ISpatialInteractionController_Vtbl
impl Send for ISpatialInteractionController_Vtbl
impl Sync for ISpatialInteractionController_Vtbl
impl Unpin for ISpatialInteractionController_Vtbl
impl UnwindSafe for ISpatialInteractionController_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