#[repr(C, align(16))]pub struct RTCHit4 {
pub Ng_x: [f32; 4],
pub Ng_y: [f32; 4],
pub Ng_z: [f32; 4],
pub u: [f32; 4],
pub v: [f32; 4],
pub primID: [c_uint; 4],
pub geomID: [c_uint; 4],
pub instID: [[c_uint; 4]; 1],
}
Fields§
§Ng_x: [f32; 4]
§Ng_y: [f32; 4]
§Ng_z: [f32; 4]
§u: [f32; 4]
§v: [f32; 4]
§primID: [c_uint; 4]
§geomID: [c_uint; 4]
§instID: [[c_uint; 4]; 1]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTCHit4
impl RefUnwindSafe for RTCHit4
impl Send for RTCHit4
impl Sync for RTCHit4
impl Unpin for RTCHit4
impl UnwindSafe for RTCHit4
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