pub struct XrLocalEvent {
pub finger_tips: SmallVec<[XrFingerTip; 10]>,
pub update: XrUpdateEvent,
pub modifiers: KeyModifiers,
pub time: f64,
}
Fields§
§finger_tips: SmallVec<[XrFingerTip; 10]>
§update: XrUpdateEvent
§modifiers: KeyModifiers
§time: f64
Implementations§
Source§impl XrLocalEvent
impl XrLocalEvent
pub fn from_update_event(e: &XrUpdateEvent, mat: &Mat4) -> XrLocalEvent
pub fn hits_with_options_and_test<F>( &self, cx: &mut Cx, area: Area, options: HitOptions, hit_test: F, ) -> Hit
Trait Implementations§
Source§impl Clone for XrLocalEvent
impl Clone for XrLocalEvent
Source§fn clone(&self) -> XrLocalEvent
fn clone(&self) -> XrLocalEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for XrLocalEvent
impl RefUnwindSafe for XrLocalEvent
impl !Send for XrLocalEvent
impl !Sync for XrLocalEvent
impl Unpin for XrLocalEvent
impl UnwindSafe for XrLocalEvent
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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