#[repr(C, align(64))]pub struct RTCRayHit16 {
pub ray: RTCRay16,
pub hit: RTCHit16,
}
Fields§
§ray: RTCRay16
§hit: RTCHit16
Trait Implementations§
Source§impl Clone for RTCRayHit16
impl Clone for RTCRayHit16
Source§fn clone(&self) -> RTCRayHit16
fn clone(&self) -> RTCRayHit16
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 moreimpl Copy for RTCRayHit16
Auto Trait Implementations§
impl Freeze for RTCRayHit16
impl RefUnwindSafe for RTCRayHit16
impl Send for RTCRayHit16
impl Sync for RTCRayHit16
impl Unpin for RTCRayHit16
impl UnwindSafe for RTCRayHit16
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