pub(crate) struct TlasBuild {
pub tlas: Arc<Tlas>,
pub dependencies: Vec<Arc<Blas>>,
}
Fields§
§tlas: Arc<Tlas>
§dependencies: Vec<Arc<Blas>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TlasBuild
impl !RefUnwindSafe for TlasBuild
impl Send for TlasBuild
impl Sync for TlasBuild
impl Unpin for TlasBuild
impl !UnwindSafe for TlasBuild
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