pub struct OwnedTlasPackage<R: ReferenceType> {
pub tlas: R::Tlas,
pub instances: Vec<Option<OwnedTlasInstance<R>>>,
pub lowest_unmodified: u32,
}Fields§
§tlas: R::Tlas§instances: Vec<Option<OwnedTlasInstance<R>>>§lowest_unmodified: u32Trait Implementations§
Source§impl<R: Clone + ReferenceType> Clone for OwnedTlasPackage<R>
impl<R: Clone + ReferenceType> Clone for OwnedTlasPackage<R>
Source§fn clone(&self) -> OwnedTlasPackage<R>
fn clone(&self) -> OwnedTlasPackage<R>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<R> Freeze for OwnedTlasPackage<R>
impl<R> RefUnwindSafe for OwnedTlasPackage<R>
impl<R> Send for OwnedTlasPackage<R>
impl<R> Sync for OwnedTlasPackage<R>
impl<R> Unpin for OwnedTlasPackage<R>
impl<R> UnsafeUnpin for OwnedTlasPackage<R>
impl<R> UnwindSafe for OwnedTlasPackage<R>
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