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