pub struct ImageLeaseNode { /* private fields */ }Expand description
Resource node.
Trait Implementations§
Source§impl Clone for ImageLeaseNode
impl Clone for ImageLeaseNode
Source§fn clone(&self) -> ImageLeaseNode
fn clone(&self) -> ImageLeaseNode
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 ImageLeaseNode
impl Debug for ImageLeaseNode
Source§impl From<ImageLeaseNode> for AnyImageNode
impl From<ImageLeaseNode> for AnyImageNode
Source§fn from(node: ImageLeaseNode) -> Self
fn from(node: ImageLeaseNode) -> Self
Converts to this type from the input type.
Source§impl Hash for ImageLeaseNode
impl Hash for ImageLeaseNode
Source§impl Node for ImageLeaseNode
impl Node for ImageLeaseNode
Source§impl Ord for ImageLeaseNode
impl Ord for ImageLeaseNode
Source§fn cmp(&self, other: &ImageLeaseNode) -> Ordering
fn cmp(&self, other: &ImageLeaseNode) -> 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 ImageLeaseNode
impl PartialEq for ImageLeaseNode
Source§fn eq(&self, other: &ImageLeaseNode) -> bool
fn eq(&self, other: &ImageLeaseNode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ImageLeaseNode
impl PartialOrd for ImageLeaseNode
Source§impl Subresource for ImageLeaseNode
impl Subresource for ImageLeaseNode
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 ImageLeaseNode
impl Eq for ImageLeaseNode
impl StructuralPartialEq for ImageLeaseNode
Auto Trait Implementations§
impl Freeze for ImageLeaseNode
impl RefUnwindSafe for ImageLeaseNode
impl Send for ImageLeaseNode
impl Sync for ImageLeaseNode
impl Unpin for ImageLeaseNode
impl UnsafeUnpin for ImageLeaseNode
impl UnwindSafe for ImageLeaseNode
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