struct RayQueryTrackers {
initialized_tracker: Word,
t_max_tracker: Word,
}Fields§
§initialized_tracker: Word§t_max_tracker: WordTrait Implementations§
Source§impl Clone for RayQueryTrackers
impl Clone for RayQueryTrackers
Source§fn clone(&self) -> RayQueryTrackers
fn clone(&self) -> RayQueryTrackers
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 RayQueryTrackers
Auto Trait Implementations§
impl Freeze for RayQueryTrackers
impl RefUnwindSafe for RayQueryTrackers
impl Send for RayQueryTrackers
impl Sync for RayQueryTrackers
impl Unpin for RayQueryTrackers
impl UnwindSafe for RayQueryTrackers
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