pub struct DestroyedAccelerationStructure {
raw: ManuallyDrop<Box<dyn DynAccelerationStructure>>,
device: Arc<Device>,
label: String,
bind_groups: WeakVec<BindGroup>,
}
Fields§
§raw: ManuallyDrop<Box<dyn DynAccelerationStructure>>
§device: Arc<Device>
§label: String
§bind_groups: WeakVec<BindGroup>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DestroyedAccelerationStructure
impl !RefUnwindSafe for DestroyedAccelerationStructure
impl Send for DestroyedAccelerationStructure
impl Sync for DestroyedAccelerationStructure
impl Unpin for DestroyedAccelerationStructure
impl !UnwindSafe for DestroyedAccelerationStructure
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