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