pub struct ImageNode { /* private fields */ }Expand description
Resource node.
Trait Implementations§
Source§impl From<ImageNode> for AnyImageNode
impl From<ImageNode> for AnyImageNode
Source§impl Ord for ImageNode
impl Ord for ImageNode
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 PartialOrd for ImageNode
impl PartialOrd for ImageNode
Source§impl Subresource for ImageNode
impl Subresource for ImageNode
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 ImageNode
impl Eq for ImageNode
impl StructuralPartialEq for ImageNode
Auto Trait Implementations§
impl Freeze for ImageNode
impl RefUnwindSafe for ImageNode
impl Send for ImageNode
impl Sync for ImageNode
impl Unpin for ImageNode
impl UnsafeUnpin for ImageNode
impl UnwindSafe for ImageNode
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