Struct screen_13::graph::node::SwapchainImageNode
source · pub struct SwapchainImageNode { /* private fields */ }Expand description
Resource node.
Trait Implementations§
source§impl Clone for SwapchainImageNode
impl Clone for SwapchainImageNode
source§impl Debug for SwapchainImageNode
impl Debug for SwapchainImageNode
source§impl From<SwapchainImageNode> for AnyImageNode
impl From<SwapchainImageNode> for AnyImageNode
source§fn from(node: SwapchainImageNode) -> Self
fn from(node: SwapchainImageNode) -> Self
Converts to this type from the input type.
source§impl<'a> Index<SwapchainImageNode> for Bindings<'a>
impl<'a> Index<SwapchainImageNode> for Bindings<'a>
source§impl Node for SwapchainImageNode
impl Node for SwapchainImageNode
source§impl View for SwapchainImageNode
impl View for SwapchainImageNode
§type Information = ImageViewInfo
type Information = ImageViewInfo
The information about the resource interpretation.
§type Subresource = ImageSubresource
type Subresource = ImageSubresource
The portion of the resource which is bound.
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more