Enum screen_13::graph::AnyBufferNode
source · [−]pub enum AnyBufferNode<P> {
Buffer(BufferNode<P>),
BufferLease(BufferLeaseNode<P>),
}Variants
Buffer(BufferNode<P>)
BufferLease(BufferLeaseNode<P>)
Trait Implementations
sourceimpl<P> Clone for AnyBufferNode<P>
impl<P> Clone for AnyBufferNode<P>
sourceimpl<P: Debug> Debug for AnyBufferNode<P>
impl<P: Debug> Debug for AnyBufferNode<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<P> From<BufferNode<P>> for AnyBufferNode<P>
impl<P> From<BufferNode<P>> for AnyBufferNode<P>
sourcefn from(node: BufferNode<P>) -> Self
fn from(node: BufferNode<P>) -> Self
Converts to this type from the input type.
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<P> View<P> for AnyBufferNode<P>
impl<P> View<P> for AnyBufferNode<P>
type Information = BufferSubresource
type Subresource = BufferSubresource
impl<P> Copy for AnyBufferNode<P>
Auto Trait Implementations
impl<P> RefUnwindSafe for AnyBufferNode<P> where
P: RefUnwindSafe,
impl<P> Send for AnyBufferNode<P> where
P: Send,
impl<P> Sync for AnyBufferNode<P> where
P: Sync,
impl<P> Unpin for AnyBufferNode<P> where
P: Unpin,
impl<P> UnwindSafe for AnyBufferNode<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