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