pub struct XrFingerTip {
pub index: usize,
pub is_left: bool,
pub pos: Vec3,
}Fields§
§index: usize§is_left: bool§pos: Vec3Trait Implementations§
Source§impl Clone for XrFingerTip
impl Clone for XrFingerTip
Source§fn clone(&self) -> XrFingerTip
fn clone(&self) -> XrFingerTip
Returns a duplicate 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 XrFingerTip
impl RefUnwindSafe for XrFingerTip
impl Send for XrFingerTip
impl Sync for XrFingerTip
impl Unpin for XrFingerTip
impl UnwindSafe for XrFingerTip
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