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