Struct screen_13::graph::AccelerationStructureLeaseNode
source · [−]pub struct AccelerationStructureLeaseNode<P> { /* private fields */ }Trait Implementations
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, AccelerationStructureLeaseNode<P>, P> for AccelerationStructureLeaseBinding<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, AccelerationStructureLeaseNode<P>, P> for AccelerationStructureLeaseBinding<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> AccelerationStructureLeaseNode<P>
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, AccelerationStructureLeaseNode<P>, P> for Lease<AccelerationStructureBinding<P>, P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, AccelerationStructureLeaseNode<P>, P> for Lease<AccelerationStructureBinding<P>, P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> AccelerationStructureLeaseNode<P>
sourceimpl<P> Clone for AccelerationStructureLeaseNode<P>
impl<P> Clone for AccelerationStructureLeaseNode<P>
sourceimpl<P: Debug> Debug for AccelerationStructureLeaseNode<P>
impl<P: Debug> Debug for AccelerationStructureLeaseNode<P>
sourceimpl<P> From<AccelerationStructureLeaseNode<P>> for AnyAccelerationStructureNode<P>
impl<P> From<AccelerationStructureLeaseNode<P>> for AnyAccelerationStructureNode<P>
sourcefn from(node: AccelerationStructureLeaseNode<P>) -> Self
fn from(node: AccelerationStructureLeaseNode<P>) -> Self
Converts to this type from the input type.
sourceimpl<'a, P> Index<AccelerationStructureLeaseNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<AccelerationStructureLeaseNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
type Output = AccelerationStructure<P>
type Output = AccelerationStructure<P>
The returned type after indexing.
sourcefn index(&self, node: AccelerationStructureLeaseNode<P>) -> &Self::Output
fn index(&self, node: AccelerationStructureLeaseNode<P>) -> &Self::Output
Performs the indexing (container[index]) operation. Read more
sourceimpl<P> Unbind<RenderGraph<P>, AccelerationStructureLeaseBinding<P>> for AccelerationStructureLeaseNode<P> where
P: SharedPointerKind + Send + 'static,
impl<P> Unbind<RenderGraph<P>, AccelerationStructureLeaseBinding<P>> for AccelerationStructureLeaseNode<P> where
P: SharedPointerKind + Send + 'static,
fn unbind(
self,
graph: &mut RenderGraph<P>
) -> AccelerationStructureLeaseBinding<P>
sourceimpl<P> View<P> for AccelerationStructureLeaseNode<P>
impl<P> View<P> for AccelerationStructureLeaseNode<P>
type Information = ()
type Subresource = ()
impl<P> Copy for AccelerationStructureLeaseNode<P>
Auto Trait Implementations
impl<P> RefUnwindSafe for AccelerationStructureLeaseNode<P> where
P: RefUnwindSafe,
impl<P> Send for AccelerationStructureLeaseNode<P> where
P: Send,
impl<P> Sync for AccelerationStructureLeaseNode<P> where
P: Sync,
impl<P> Unpin for AccelerationStructureLeaseNode<P> where
P: Unpin,
impl<P> UnwindSafe for AccelerationStructureLeaseNode<P> where
P: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more