#[repr(C)]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]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTCHit
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