pub struct BufferLeaseNode { /* private fields */ }Expand description
Resource node.
Trait Implementations§
Source§impl<'a> Bind<&mut RenderGraph, BufferLeaseNode> for &'a Arc<Lease<Buffer>>
impl<'a> Bind<&mut RenderGraph, BufferLeaseNode> for &'a Arc<Lease<Buffer>>
Source§fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
Binds the resource to a graph-like object. Read more
Source§impl Bind<&mut RenderGraph, BufferLeaseNode> for Arc<Lease<Buffer>>
impl Bind<&mut RenderGraph, BufferLeaseNode> for Arc<Lease<Buffer>>
Source§fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
Binds the resource to a graph-like object. Read more
Source§impl Bind<&mut RenderGraph, BufferLeaseNode> for Lease<Buffer>
impl Bind<&mut RenderGraph, BufferLeaseNode> for Lease<Buffer>
Source§fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
Binds the resource to a graph-like object. Read more
Source§impl Clone for BufferLeaseNode
impl Clone for BufferLeaseNode
Source§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<'a> Index<BufferLeaseNode> for Bindings<'a>
impl<'a> Index<BufferLeaseNode> for Bindings<'a>
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 · 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§impl PartialOrd for BufferLeaseNode
impl PartialOrd for BufferLeaseNode
Source§impl Unbind<RenderGraph, Arc<Lease<Buffer>>> for BufferLeaseNode
impl Unbind<RenderGraph, Arc<Lease<Buffer>>> for BufferLeaseNode
Source§impl View for BufferLeaseNode
impl View for BufferLeaseNode
Source§type Information = BufferSubresourceRange
type Information = BufferSubresourceRange
The information about the resource interpretation.
Source§type Subresource = BufferSubresourceRange
type Subresource = BufferSubresourceRange
The portion of the resource which is bound.
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 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