pub struct AccelerationStructureAABBs<'a, B: DynBuffer + ?Sized> {
    pub buffer: Option<&'a B>,
    pub offset: u32,
    pub count: u32,
    pub stride: BufferAddress,
    pub flags: AccelerationStructureGeometryFlags,
}Expand description
offset- offset in bytes
Fields§
§buffer: Option<&'a B>§offset: u32§count: u32§stride: BufferAddress§flags: AccelerationStructureGeometryFlagsTrait Implementations§
Auto Trait Implementations§
impl<'a, B> Freeze for AccelerationStructureAABBs<'a, B>where
    B: ?Sized,
impl<'a, B> RefUnwindSafe for AccelerationStructureAABBs<'a, B>where
    B: RefUnwindSafe + ?Sized,
impl<'a, B> Send for AccelerationStructureAABBs<'a, B>where
    B: ?Sized,
impl<'a, B> Sync for AccelerationStructureAABBs<'a, B>where
    B: ?Sized,
impl<'a, B> Unpin for AccelerationStructureAABBs<'a, B>where
    B: ?Sized,
impl<'a, B> UnwindSafe for AccelerationStructureAABBs<'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