pub struct ArcTlasPackage {
pub tlas: Arc<Tlas>,
pub instances: Vec<Option<ArcTlasInstance>>,
pub lowest_unmodified: u32,
}
Fields§
§tlas: Arc<Tlas>
§instances: Vec<Option<ArcTlasInstance>>
§lowest_unmodified: u32
Trait Implementations§
Source§impl Clone for ArcTlasPackage
impl Clone for ArcTlasPackage
Source§fn clone(&self) -> ArcTlasPackage
fn clone(&self) -> ArcTlasPackage
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 moreAuto Trait Implementations§
impl Freeze for ArcTlasPackage
impl !RefUnwindSafe for ArcTlasPackage
impl Send for ArcTlasPackage
impl Sync for ArcTlasPackage
impl Unpin for ArcTlasPackage
impl !UnwindSafe for ArcTlasPackage
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