pub struct AccelerationStructureDescriptor<'a> {
    pub label: Label<'a>,
    pub size: BufferAddress,
    pub format: AccelerationStructureFormat,
    pub allow_compaction: bool,
}Fields§
§label: Label<'a>§size: BufferAddress§format: AccelerationStructureFormat§allow_compaction: boolTrait Implementations§
Source§impl<'a> Clone for AccelerationStructureDescriptor<'a>
 
impl<'a> Clone for AccelerationStructureDescriptor<'a>
Source§fn clone(&self) -> AccelerationStructureDescriptor<'a>
 
fn clone(&self) -> AccelerationStructureDescriptor<'a>
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<'a> Freeze for AccelerationStructureDescriptor<'a>
impl<'a> RefUnwindSafe for AccelerationStructureDescriptor<'a>
impl<'a> Send for AccelerationStructureDescriptor<'a>
impl<'a> Sync for AccelerationStructureDescriptor<'a>
impl<'a> Unpin for AccelerationStructureDescriptor<'a>
impl<'a> UnwindSafe for AccelerationStructureDescriptor<'a>
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