Struct screen_13::graph::BufferBinding
source · [−]pub struct BufferBinding<P> where
P: SharedPointerKind, { /* private fields */ }Implementations
sourceimpl<P> BufferBinding<P> where
P: SharedPointerKind,
impl<P> BufferBinding<P> where
P: SharedPointerKind,
sourceimpl<P> BufferBinding<P> where
P: SharedPointerKind,
impl<P> BufferBinding<P> where
P: SharedPointerKind,
pub fn info(&self) -> &BufferInfo
Trait Implementations
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, BufferNode<P>, P> for BufferBinding<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, BufferNode<P>, P> for BufferBinding<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> BufferNode<P>
sourceimpl<P: Debug> Debug for BufferBinding<P> where
P: SharedPointerKind,
impl<P: Debug> Debug for BufferBinding<P> where
P: SharedPointerKind,
sourceimpl<'a, P> From<&'a mut BufferBinding<P>> for AnyBufferBinding<'a, P> where
P: SharedPointerKind,
impl<'a, P> From<&'a mut BufferBinding<P>> for AnyBufferBinding<'a, P> where
P: SharedPointerKind,
sourcefn from(binding: &'a mut BufferBinding<P>) -> Self
fn from(binding: &'a mut BufferBinding<P>) -> Self
Converts to this type from the input type.
sourceimpl<P> Unbind<RenderGraph<P>, BufferBinding<P>> for BufferNode<P> where
P: SharedPointerKind + Send + 'static,
impl<P> Unbind<RenderGraph<P>, BufferBinding<P>> for BufferNode<P> where
P: SharedPointerKind + Send + 'static,
fn unbind(self, graph: &mut RenderGraph<P>) -> BufferBinding<P>
Auto Trait Implementations
impl<P> !RefUnwindSafe for BufferBinding<P>
impl<P> Send for BufferBinding<P> where
P: Send,
impl<P> Sync for BufferBinding<P> where
P: Sync,
impl<P> Unpin for BufferBinding<P> where
P: Unpin,
impl<P> !UnwindSafe for BufferBinding<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