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