pub struct RayHitN {
pub ray: RayN,
pub hit: HitN,
}Fields§
§ray: RayN§hit: HitNImplementations§
Source§impl RayHitN
impl RayHitN
pub fn new(ray: RayN) -> RayHitN
pub fn iter(&self) -> Zip<SoARayIter<'_, RayN>, SoAHitIter<'_, HitN>>
pub fn len(&self) -> usize
pub unsafe fn as_rayhitnp(&mut self) -> RTCRayHitNp
Auto Trait Implementations§
impl Freeze for RayHitN
impl RefUnwindSafe for RayHitN
impl Send for RayHitN
impl Sync for RayHitN
impl Unpin for RayHitN
impl UnwindSafe for RayHitN
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