pub struct PickHit<S: Scalar> {
pub kind: PickKind,
pub id: u64,
pub point: Vector3<S>,
pub t: S,
}Fields§
§kind: PickKind§id: u64§point: Vector3<S>§t: STrait Implementations§
impl<S: Copy + Scalar> Copy for PickHit<S>
Auto Trait Implementations§
impl<S> Freeze for PickHit<S>where
S: Freeze,
impl<S> RefUnwindSafe for PickHit<S>where
S: RefUnwindSafe,
impl<S> Send for PickHit<S>
impl<S> Sync for PickHit<S>
impl<S> Unpin for PickHit<S>where
S: Unpin,
impl<S> UnsafeUnpin for PickHit<S>where
S: UnsafeUnpin,
impl<S> UnwindSafe for PickHit<S>where
S: UnwindSafe,
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