Struct ISpatialNavigationStartedEventArgs_Vtbl
#[repr(C)]pub struct ISpatialNavigationStartedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub InteractionSourceKind: unsafe extern "system" fn(_: *mut c_void, _: *mut SpatialInteractionSourceKind) -> HRESULT,
pub TryGetPointerPose: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsNavigatingX: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsNavigatingY: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsNavigatingZ: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§InteractionSourceKind: unsafe extern "system" fn(_: *mut c_void, _: *mut SpatialInteractionSourceKind) -> HRESULT
§TryGetPointerPose: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
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