#[repr(C)]pub struct RTCFilterFunctionNArguments {
pub valid: *mut c_int,
pub geometryUserPtr: *mut c_void,
pub context: *const RTCIntersectContext,
pub ray: *mut RTCRayN,
pub hit: *mut RTCHitN,
pub N: c_uint,
}
Fields§
§valid: *mut c_int
§geometryUserPtr: *mut c_void
§context: *const RTCIntersectContext
§ray: *mut RTCRayN
§hit: *mut RTCHitN
§N: c_uint
Trait Implementations§
Source§impl Clone for RTCFilterFunctionNArguments
impl Clone for RTCFilterFunctionNArguments
Source§fn clone(&self) -> RTCFilterFunctionNArguments
fn clone(&self) -> RTCFilterFunctionNArguments
Returns a copy 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 moreSource§impl Debug for RTCFilterFunctionNArguments
impl Debug for RTCFilterFunctionNArguments
impl Copy for RTCFilterFunctionNArguments
Auto Trait Implementations§
impl Freeze for RTCFilterFunctionNArguments
impl RefUnwindSafe for RTCFilterFunctionNArguments
impl !Send for RTCFilterFunctionNArguments
impl !Sync for RTCFilterFunctionNArguments
impl Unpin for RTCFilterFunctionNArguments
impl UnwindSafe for RTCFilterFunctionNArguments
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