Struct screen_13::graph::BufferLeaseNode
source · [−]pub struct BufferLeaseNode<P> { /* private fields */ }Trait Implementations
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, BufferLeaseNode<P>, P> for BufferLeaseBinding<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, BufferLeaseNode<P>, P> for BufferLeaseBinding<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> BufferLeaseNode<P>
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, BufferLeaseNode<P>, P> for Lease<BufferBinding<P>, P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, BufferLeaseNode<P>, P> for Lease<BufferBinding<P>, P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> BufferLeaseNode<P>
sourceimpl<P> Clone for BufferLeaseNode<P>
impl<P> Clone for BufferLeaseNode<P>
sourceimpl<P: Debug> Debug for BufferLeaseNode<P>
impl<P: Debug> Debug for BufferLeaseNode<P>
sourceimpl<P> From<BufferLeaseNode<P>> for AnyBufferNode<P>
impl<P> From<BufferLeaseNode<P>> for AnyBufferNode<P>
sourcefn from(node: BufferLeaseNode<P>) -> Self
fn from(node: BufferLeaseNode<P>) -> Self
Converts to this type from the input type.
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<P> Unbind<RenderGraph<P>, BufferLeaseBinding<P>> for BufferLeaseNode<P> where
P: SharedPointerKind + Send + 'static,
impl<P> Unbind<RenderGraph<P>, BufferLeaseBinding<P>> for BufferLeaseNode<P> where
P: SharedPointerKind + Send + 'static,
fn unbind(self, graph: &mut RenderGraph<P>) -> BufferLeaseBinding<P>
sourceimpl<P> View<P> for BufferLeaseNode<P>
impl<P> View<P> for BufferLeaseNode<P>
type Information = BufferSubresource
type Subresource = BufferSubresource
impl<P> Copy for BufferLeaseNode<P>
Auto Trait Implementations
impl<P> RefUnwindSafe for BufferLeaseNode<P> where
P: RefUnwindSafe,
impl<P> Send for BufferLeaseNode<P> where
P: Send,
impl<P> Sync for BufferLeaseNode<P> where
P: Sync,
impl<P> Unpin for BufferLeaseNode<P> where
P: Unpin,
impl<P> UnwindSafe for BufferLeaseNode<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