#[repr(C)]pub struct RTCIntersectFunctionNArguments {
    pub valid: *mut c_int,
    pub geometryUserPtr: *mut c_void,
    pub primID: c_uint,
    pub context: *mut RTCIntersectContext,
    pub rayhit: *mut RTCRayHitN,
    pub N: c_uint,
    pub geomID: c_uint,
}Fields§
§valid: *mut c_int§geometryUserPtr: *mut c_void§primID: c_uint§context: *mut RTCIntersectContext§rayhit: *mut RTCRayHitN§N: c_uint§geomID: c_uintTrait Implementations§
Source§impl Clone for RTCIntersectFunctionNArguments
 
impl Clone for RTCIntersectFunctionNArguments
Source§fn clone(&self) -> RTCIntersectFunctionNArguments
 
fn clone(&self) -> RTCIntersectFunctionNArguments
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for RTCIntersectFunctionNArguments
Auto Trait Implementations§
impl Freeze for RTCIntersectFunctionNArguments
impl RefUnwindSafe for RTCIntersectFunctionNArguments
impl !Send for RTCIntersectFunctionNArguments
impl !Sync for RTCIntersectFunctionNArguments
impl Unpin for RTCIntersectFunctionNArguments
impl UnwindSafe for RTCIntersectFunctionNArguments
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