pub struct Bindings<'a, P> where
P: SharedPointerKind, { /* private fields */ }Trait Implementations
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<'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<'a, P> Index<AnyAccelerationStructureNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<AnyAccelerationStructureNode<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: AnyAccelerationStructureNode<P>) -> &Self::Output
fn index(&self, node: AnyAccelerationStructureNode<P>) -> &Self::Output
Performs the indexing (container[index]) operation. Read more
sourceimpl<'a, P> Index<AnyBufferNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<AnyBufferNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
sourceimpl<'a, P> Index<AnyImageNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<AnyImageNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
sourceimpl<'a, P> Index<BufferLeaseNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<BufferLeaseNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
sourceimpl<'a, P> Index<BufferNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<BufferNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
sourceimpl<'a, P> Index<ImageLeaseNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<ImageLeaseNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
sourceimpl<'a, P> Index<ImageNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<ImageNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
sourceimpl<'a, P> Index<SwapchainImageNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<SwapchainImageNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
Auto Trait Implementations
impl<'a, P> !RefUnwindSafe for Bindings<'a, P>
impl<'a, P> !Send for Bindings<'a, P>
impl<'a, P> !Sync for Bindings<'a, P>
impl<'a, P> Unpin for Bindings<'a, P>
impl<'a, P> !UnwindSafe for Bindings<'a, P>
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