Struct screen_13::driver::RayTraceAcceleration
source · [−]pub struct RayTraceAcceleration<P> where
P: SharedPointerKind, { /* private fields */ }Trait Implementations
sourceimpl<P> AsRef<RayTraceAcceleration<P>> for RayTraceAccelerationBinding<P> where
P: SharedPointerKind,
impl<P> AsRef<RayTraceAcceleration<P>> for RayTraceAccelerationBinding<P> where
P: SharedPointerKind,
sourcefn as_ref(&self) -> &RayTraceAcceleration<P>
fn as_ref(&self) -> &RayTraceAcceleration<P>
Performs the conversion.
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, RayTraceAccelerationNode<P>, P> for RayTraceAcceleration<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, RayTraceAccelerationNode<P>, P> for RayTraceAcceleration<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> RayTraceAccelerationNode<P>
sourceimpl<P: Debug> Debug for RayTraceAcceleration<P> where
P: SharedPointerKind,
impl<P: Debug> Debug for RayTraceAcceleration<P> where
P: SharedPointerKind,
sourceimpl<P> Deref for RayTraceAcceleration<P> where
P: SharedPointerKind,
impl<P> Deref for RayTraceAcceleration<P> where
P: SharedPointerKind,
type Target = AccelerationStructureKHR
type Target = AccelerationStructureKHR
The resulting type after dereferencing.
sourceimpl<P> Drop for RayTraceAcceleration<P> where
P: SharedPointerKind,
impl<P> Drop for RayTraceAcceleration<P> where
P: SharedPointerKind,
Auto Trait Implementations
impl<P> !RefUnwindSafe for RayTraceAcceleration<P>
impl<P> !Send for RayTraceAcceleration<P>
impl<P> !Sync for RayTraceAcceleration<P>
impl<P> Unpin for RayTraceAcceleration<P> where
P: Unpin,
impl<P> !UnwindSafe for RayTraceAcceleration<P>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more