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