pub struct SwapchainImageNode { /* private fields */ }Expand description
Resource node.
Trait Implementations§
Source§impl Clone for SwapchainImageNode
impl Clone for SwapchainImageNode
Source§fn clone(&self) -> SwapchainImageNode
fn clone(&self) -> SwapchainImageNode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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 Hash for SwapchainImageNode
impl Hash for SwapchainImageNode
Source§impl Node for SwapchainImageNode
impl Node for SwapchainImageNode
Source§type Resource = SwapchainImage
type Resource = SwapchainImage
The Vulkan buffer, image, or acceleration struction type.
Source§impl Ord for SwapchainImageNode
impl Ord for SwapchainImageNode
Source§fn cmp(&self, other: &SwapchainImageNode) -> Ordering
fn cmp(&self, other: &SwapchainImageNode) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SwapchainImageNode
impl PartialEq for SwapchainImageNode
Source§fn eq(&self, other: &SwapchainImageNode) -> bool
fn eq(&self, other: &SwapchainImageNode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SwapchainImageNode
impl PartialOrd for SwapchainImageNode
Source§impl Subresource for SwapchainImageNode
impl Subresource for SwapchainImageNode
Source§type Info = ImageViewInfo
type Info = ImageViewInfo
The information about the subresource when bound directly to shader descriptors.
Source§type Range = ImageSubresourceRange
type Range = ImageSubresourceRange
The information about the subresource when used indirectly by any part of a graph.
impl Copy for SwapchainImageNode
impl Eq for SwapchainImageNode
impl StructuralPartialEq for SwapchainImageNode
Auto Trait Implementations§
impl Freeze for SwapchainImageNode
impl RefUnwindSafe for SwapchainImageNode
impl Send for SwapchainImageNode
impl Sync for SwapchainImageNode
impl Unpin for SwapchainImageNode
impl UnsafeUnpin 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