pub struct SwapchainImage { /* private fields */ }Expand description
An opaque type representing a swapchain image.
Trait Implementations§
Source§impl Bind<&mut RenderGraph, SwapchainImageNode> for SwapchainImage
impl Bind<&mut RenderGraph, SwapchainImageNode> for SwapchainImage
Source§fn bind(self, graph: &mut RenderGraph) -> SwapchainImageNode
fn bind(self, graph: &mut RenderGraph) -> SwapchainImageNode
Binds the resource to a graph-like object. Read more
Source§impl Debug for SwapchainImage
impl Debug for SwapchainImage
Auto Trait Implementations§
impl !Freeze for SwapchainImage
impl RefUnwindSafe for SwapchainImage
impl Send for SwapchainImage
impl Sync for SwapchainImage
impl Unpin for SwapchainImage
impl UnwindSafe for SwapchainImage
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