Enum screen_13::graph::AnyImageNode
source · [−]pub enum AnyImageNode<P> {
Image(ImageNode<P>),
ImageLease(ImageLeaseNode<P>),
SwapchainImage(SwapchainImageNode<P>),
}Variants
Image(ImageNode<P>)
ImageLease(ImageLeaseNode<P>)
SwapchainImage(SwapchainImageNode<P>)
Trait Implementations
sourceimpl<P> Clone for AnyImageNode<P>
impl<P> Clone for AnyImageNode<P>
sourceimpl<P: Debug> Debug for AnyImageNode<P>
impl<P: Debug> Debug for AnyImageNode<P>
sourceimpl<P> From<ImageLeaseNode<P>> for AnyImageNode<P>
impl<P> From<ImageLeaseNode<P>> for AnyImageNode<P>
sourcefn from(node: ImageLeaseNode<P>) -> Self
fn from(node: ImageLeaseNode<P>) -> Self
Converts to this type from the input type.
sourceimpl<P> From<ImageNode<P>> for AnyImageNode<P>
impl<P> From<ImageNode<P>> for AnyImageNode<P>
sourceimpl<P> From<SwapchainImageNode<P>> for AnyImageNode<P>
impl<P> From<SwapchainImageNode<P>> for AnyImageNode<P>
sourcefn from(node: SwapchainImageNode<P>) -> Self
fn from(node: SwapchainImageNode<P>) -> Self
Converts to this type from the input type.
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<P> View<P> for AnyImageNode<P>
impl<P> View<P> for AnyImageNode<P>
type Information = ImageViewInfo
type Subresource = ImageSubresource
impl<P> Copy for AnyImageNode<P>
Auto Trait Implementations
impl<P> RefUnwindSafe for AnyImageNode<P> where
P: RefUnwindSafe,
impl<P> Send for AnyImageNode<P> where
P: Send,
impl<P> Sync for AnyImageNode<P> where
P: Sync,
impl<P> Unpin for AnyImageNode<P> where
P: Unpin,
impl<P> UnwindSafe for AnyImageNode<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