pub struct RayTestGeometry<Point>where
Point: EuclideanSpace<Scalar = f32>,{ /* private fields */ }Expand description
A type implementing TestGeometry for rays
Implementations§
Source§impl<Point> RayTestGeometry<Point>where
Point: EuclideanSpace<Scalar = f32> + VecDim,
impl<Point> RayTestGeometry<Point>where
Point: EuclideanSpace<Scalar = f32> + VecDim,
Trait Implementations§
Source§impl<Point> Clone for RayTestGeometry<Point>
impl<Point> Clone for RayTestGeometry<Point>
Source§fn clone(&self) -> RayTestGeometry<Point>
fn clone(&self) -> RayTestGeometry<Point>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl TestGeometry for RayTestGeometry<Point2<f32>>
impl TestGeometry for RayTestGeometry<Point2<f32>>
Source§impl TestGeometry for RayTestGeometry<Point3<f32>>
impl TestGeometry for RayTestGeometry<Point3<f32>>
Auto Trait Implementations§
impl<Point> Freeze for RayTestGeometry<Point>
impl<Point> RefUnwindSafe for RayTestGeometry<Point>
impl<Point> Send for RayTestGeometry<Point>
impl<Point> Sync for RayTestGeometry<Point>
impl<Point> Unpin for RayTestGeometry<Point>
impl<Point> UnsafeUnpin for RayTestGeometry<Point>
impl<Point> UnwindSafe for RayTestGeometry<Point>
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