Struct screen_13::graph::SwapchainImageNode
source · [−]pub struct SwapchainImageNode { /* private fields */ }Trait Implementations
sourceimpl Bind<&mut RenderGraph, SwapchainImageNode> for SwapchainImage
impl Bind<&mut RenderGraph, SwapchainImageNode> for SwapchainImage
fn bind(self, graph: &mut RenderGraph) -> SwapchainImageNode
sourceimpl Clone for SwapchainImageNode
impl Clone for SwapchainImageNode
sourceimpl Debug for SwapchainImageNode
impl Debug for SwapchainImageNode
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<SwapchainImageNode> for Bindings<'a>
impl<'a> Index<SwapchainImageNode> for Bindings<'a>
sourceimpl Unbind<Resolver, SwapchainImage> for SwapchainImageNode
impl Unbind<Resolver, SwapchainImage> for SwapchainImageNode
fn unbind(self, graph: &mut Resolver) -> SwapchainImage
sourceimpl View for SwapchainImageNode
impl View for SwapchainImageNode
type Information = ImageViewInfo
type Subresource = ImageSubresource
impl Copy for SwapchainImageNode
Auto Trait Implementations
impl RefUnwindSafe for SwapchainImageNode
impl Send for SwapchainImageNode
impl Sync for SwapchainImageNode
impl Unpin for SwapchainImageNode
impl UnwindSafe for SwapchainImageNode
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