#[repr(C)]pub struct RTCIntersectContext {
pub flags: RTCIntersectContextFlags,
pub filter: RTCFilterFunctionN,
pub instID: [c_uint; 1],
}
Fields§
§flags: RTCIntersectContextFlags
§filter: RTCFilterFunctionN
§instID: [c_uint; 1]
Implementations§
Source§impl RTCIntersectContext
impl RTCIntersectContext
pub fn coherent() -> IntersectContext
pub fn incoherent() -> IntersectContext
Trait Implementations§
Source§impl Clone for RTCIntersectContext
impl Clone for RTCIntersectContext
Source§fn clone(&self) -> RTCIntersectContext
fn clone(&self) -> RTCIntersectContext
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 RTCIntersectContext
impl Debug for RTCIntersectContext
impl Copy for RTCIntersectContext
Auto Trait Implementations§
impl Freeze for RTCIntersectContext
impl RefUnwindSafe for RTCIntersectContext
impl Send for RTCIntersectContext
impl Sync for RTCIntersectContext
impl Unpin for RTCIntersectContext
impl UnwindSafe for RTCIntersectContext
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