pub struct SwapchainImageNode { /* private fields */ }Expand description
Resource node.
Trait Implementations
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 Node for SwapchainImageNode
impl Node for SwapchainImageNode
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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