pub struct BufferLeaseNode { /* private fields */ }Expand description
Resource node.
Trait Implementations§
Source§impl Clone for BufferLeaseNode
impl Clone for BufferLeaseNode
Source§fn clone(&self) -> BufferLeaseNode
fn clone(&self) -> BufferLeaseNode
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 BufferLeaseNode
impl Debug for BufferLeaseNode
Source§impl From<BufferLeaseNode> for AnyBufferNode
impl From<BufferLeaseNode> for AnyBufferNode
Source§fn from(node: BufferLeaseNode) -> Self
fn from(node: BufferLeaseNode) -> Self
Converts to this type from the input type.
Source§impl Hash for BufferLeaseNode
impl Hash for BufferLeaseNode
Source§impl Node for BufferLeaseNode
impl Node for BufferLeaseNode
Source§impl Ord for BufferLeaseNode
impl Ord for BufferLeaseNode
Source§fn cmp(&self, other: &BufferLeaseNode) -> Ordering
fn cmp(&self, other: &BufferLeaseNode) -> 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 BufferLeaseNode
impl PartialEq for BufferLeaseNode
Source§fn eq(&self, other: &BufferLeaseNode) -> bool
fn eq(&self, other: &BufferLeaseNode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BufferLeaseNode
impl PartialOrd for BufferLeaseNode
Source§impl Subresource for BufferLeaseNode
impl Subresource for BufferLeaseNode
Source§type Info = <BufferLeaseNode as Subresource>::Range
type Info = <BufferLeaseNode as Subresource>::Range
The information about the subresource when bound directly to shader descriptors.
Source§type Range = BufferSubresourceRange
type Range = BufferSubresourceRange
The information about the subresource when used indirectly by any part of a graph.
impl Copy for BufferLeaseNode
impl Eq for BufferLeaseNode
impl StructuralPartialEq for BufferLeaseNode
Auto Trait Implementations§
impl Freeze for BufferLeaseNode
impl RefUnwindSafe for BufferLeaseNode
impl Send for BufferLeaseNode
impl Sync for BufferLeaseNode
impl Unpin for BufferLeaseNode
impl UnsafeUnpin for BufferLeaseNode
impl UnwindSafe for BufferLeaseNode
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