#[repr(C)]struct RawTlasInstance {
transform: [f32; 12],
custom_data_and_mask: u32,
shader_binding_table_record_offset_and_flags: u32,
acceleration_structure_reference: u64,
}
Fields§
§transform: [f32; 12]
§custom_data_and_mask: u32
§shader_binding_table_record_offset_and_flags: u32
§acceleration_structure_reference: u64
Trait Implementations§
Source§impl Clone for RawTlasInstance
impl Clone for RawTlasInstance
Source§fn clone(&self) -> RawTlasInstance
fn clone(&self) -> RawTlasInstance
Returns a copy 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 RawTlasInstance
impl RefUnwindSafe for RawTlasInstance
impl Send for RawTlasInstance
impl Sync for RawTlasInstance
impl Unpin for RawTlasInstance
impl UnwindSafe for RawTlasInstance
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