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