Struct screen_13::graph::AccelerationStructureNode
source · [−]pub struct AccelerationStructureNode<P> { /* private fields */ }Trait Implementations
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, AccelerationStructureNode<P>, P> for AccelerationStructure<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, AccelerationStructureNode<P>, P> for AccelerationStructure<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> AccelerationStructureNode<P>
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, AccelerationStructureNode<P>, P> for AccelerationStructureBinding<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, AccelerationStructureNode<P>, P> for AccelerationStructureBinding<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> AccelerationStructureNode<P>
sourceimpl<P> Clone for AccelerationStructureNode<P>
impl<P> Clone for AccelerationStructureNode<P>
sourceimpl<P: Debug> Debug for AccelerationStructureNode<P>
impl<P: Debug> Debug for AccelerationStructureNode<P>
sourceimpl<P> From<AccelerationStructureNode<P>> for AnyAccelerationStructureNode<P>
impl<P> From<AccelerationStructureNode<P>> for AnyAccelerationStructureNode<P>
sourcefn from(node: AccelerationStructureNode<P>) -> Self
fn from(node: AccelerationStructureNode<P>) -> Self
Converts to this type from the input type.
sourceimpl<'a, P> Index<AccelerationStructureNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<AccelerationStructureNode<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: AccelerationStructureNode<P>) -> &Self::Output
fn index(&self, node: AccelerationStructureNode<P>) -> &Self::Output
Performs the indexing (container[index]) operation. Read more
sourceimpl<P> Unbind<RenderGraph<P>, AccelerationStructureBinding<P>> for AccelerationStructureNode<P> where
P: SharedPointerKind + Send + 'static,
impl<P> Unbind<RenderGraph<P>, AccelerationStructureBinding<P>> for AccelerationStructureNode<P> where
P: SharedPointerKind + Send + 'static,
fn unbind(self, graph: &mut RenderGraph<P>) -> AccelerationStructureBinding<P>
sourceimpl<P> View<P> for AccelerationStructureNode<P>
impl<P> View<P> for AccelerationStructureNode<P>
type Information = ()
type Subresource = ()
impl<P> Copy for AccelerationStructureNode<P>
Auto Trait Implementations
impl<P> RefUnwindSafe for AccelerationStructureNode<P> where
P: RefUnwindSafe,
impl<P> Send for AccelerationStructureNode<P> where
P: Send,
impl<P> Sync for AccelerationStructureNode<P> where
P: Sync,
impl<P> Unpin for AccelerationStructureNode<P> where
P: Unpin,
impl<P> UnwindSafe for AccelerationStructureNode<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