#[repr(C)]pub struct RTCIntersectArguments {
pub flags: RTCRayQueryFlags,
pub feature_mask: RTCFeatureFlags,
pub context: *mut RTCRayQueryContext,
pub filter: RTCFilterFunctionN,
pub intersect: RTCIntersectFunctionN,
}Fields§
§flags: RTCRayQueryFlags§feature_mask: RTCFeatureFlags§context: *mut RTCRayQueryContext§filter: RTCFilterFunctionN§intersect: RTCIntersectFunctionNTrait Implementations§
Source§impl Clone for RTCIntersectArguments
impl Clone for RTCIntersectArguments
Source§fn clone(&self) -> RTCIntersectArguments
fn clone(&self) -> RTCIntersectArguments
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 moreSource§impl Debug for RTCIntersectArguments
impl Debug for RTCIntersectArguments
impl Copy for RTCIntersectArguments
impl Send for RTCIntersectArguments
impl Sync for RTCIntersectArguments
Auto Trait Implementations§
impl Freeze for RTCIntersectArguments
impl RefUnwindSafe for RTCIntersectArguments
impl Unpin for RTCIntersectArguments
impl UnwindSafe for RTCIntersectArguments
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