pub struct OwnedTlasInstance<R: ReferenceType> {
pub blas: R::Blas,
pub transform: [f32; 12],
pub custom_data: u32,
pub mask: u8,
}Fields§
§blas: R::Blas§transform: [f32; 12]§custom_data: u32§mask: u8Trait Implementations§
Source§impl<R: Clone + ReferenceType> Clone for OwnedTlasInstance<R>
impl<R: Clone + ReferenceType> Clone for OwnedTlasInstance<R>
Source§fn clone(&self) -> OwnedTlasInstance<R>
fn clone(&self) -> OwnedTlasInstance<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 OwnedTlasInstance<R>
impl<R> RefUnwindSafe for OwnedTlasInstance<R>
impl<R> Send for OwnedTlasInstance<R>
impl<R> Sync for OwnedTlasInstance<R>
impl<R> Unpin for OwnedTlasInstance<R>
impl<R> UnsafeUnpin for OwnedTlasInstance<R>
impl<R> UnwindSafe for OwnedTlasInstance<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