pub struct AccelerationStructureTriangleIndices<'a, B: DynBuffer + ?Sized> {
pub format: IndexFormat,
pub buffer: Option<&'a B>,
pub offset: u32,
pub count: u32,
}
Expand description
offset
- offset in bytes
Fields§
§format: IndexFormat
§buffer: Option<&'a B>
§offset: u32
§count: u32
Trait Implementations§
source§impl<'a, B: Clone + DynBuffer + ?Sized> Clone for AccelerationStructureTriangleIndices<'a, B>
impl<'a, B: Clone + DynBuffer + ?Sized> Clone for AccelerationStructureTriangleIndices<'a, B>
source§fn clone(&self) -> AccelerationStructureTriangleIndices<'a, B>
fn clone(&self) -> AccelerationStructureTriangleIndices<'a, B>
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<'a, B> Freeze for AccelerationStructureTriangleIndices<'a, B>where
B: ?Sized,
impl<'a, B> RefUnwindSafe for AccelerationStructureTriangleIndices<'a, B>where
B: RefUnwindSafe + ?Sized,
impl<'a, B> Send for AccelerationStructureTriangleIndices<'a, B>where
B: ?Sized,
impl<'a, B> Sync for AccelerationStructureTriangleIndices<'a, B>where
B: ?Sized,
impl<'a, B> Unpin for AccelerationStructureTriangleIndices<'a, B>where
B: ?Sized,
impl<'a, B> UnwindSafe for AccelerationStructureTriangleIndices<'a, B>where
B: RefUnwindSafe + ?Sized,
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