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