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