Struct embree4_sys::RTCHit8
source · #[repr(C)]#[repr(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 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