#[repr(C, align(16))]pub struct RTCRayHit {
pub ray: RTCRay,
pub hit: RTCHit,
}
Fields§
§ray: RTCRay
§hit: RTCHit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTCRayHit
impl RefUnwindSafe for RTCRayHit
impl Send for RTCRayHit
impl Sync for RTCRayHit
impl Unpin for RTCRayHit
impl UnwindSafe for RTCRayHit
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