pub struct ImageLeaseNode { /* private fields */ }Expand description
Resource node.
Trait Implementations
sourceimpl<'a> Bind<&mut RenderGraph, ImageLeaseNode> for &'a Arc<Lease<Image>>
impl<'a> Bind<&mut RenderGraph, ImageLeaseNode> for &'a Arc<Lease<Image>>
sourcefn bind(self, graph: &mut RenderGraph) -> ImageLeaseNode
fn bind(self, graph: &mut RenderGraph) -> ImageLeaseNode
Binds the resource to a graph-like object. Read more
sourceimpl Bind<&mut RenderGraph, ImageLeaseNode> for Arc<Lease<Image>>
impl Bind<&mut RenderGraph, ImageLeaseNode> for Arc<Lease<Image>>
sourcefn bind(self, graph: &mut RenderGraph) -> ImageLeaseNode
fn bind(self, graph: &mut RenderGraph) -> ImageLeaseNode
Binds the resource to a graph-like object. Read more
sourceimpl Bind<&mut RenderGraph, ImageLeaseNode> for Lease<Image>
impl Bind<&mut RenderGraph, ImageLeaseNode> for Lease<Image>
sourcefn bind(self, graph: &mut RenderGraph) -> ImageLeaseNode
fn bind(self, graph: &mut RenderGraph) -> ImageLeaseNode
Binds the resource to a graph-like object. Read more
sourceimpl Clone for ImageLeaseNode
impl Clone for ImageLeaseNode
sourceimpl Debug for ImageLeaseNode
impl Debug for ImageLeaseNode
sourceimpl From<ImageLeaseNode> for AnyImageNode
impl From<ImageLeaseNode> for AnyImageNode
sourcefn from(node: ImageLeaseNode) -> Self
fn from(node: ImageLeaseNode) -> Self
Converts to this type from the input type.
sourceimpl<'a> Index<ImageLeaseNode> for Bindings<'a>
impl<'a> Index<ImageLeaseNode> for Bindings<'a>
sourceimpl Node for ImageLeaseNode
impl Node for ImageLeaseNode
sourceimpl Unbind<RenderGraph, Arc<Lease<Image>>> for ImageLeaseNode
impl Unbind<RenderGraph, Arc<Lease<Image>>> for ImageLeaseNode
sourceimpl View for ImageLeaseNode
impl View for ImageLeaseNode
type Information = ImageViewInfo
type Information = ImageViewInfo
The information about the resource interpretation.
type Subresource = ImageSubresource
type Subresource = ImageSubresource
The portion of the resource which is bound.
impl Copy for ImageLeaseNode
Auto Trait Implementations
impl RefUnwindSafe for ImageLeaseNode
impl Send for ImageLeaseNode
impl Sync for ImageLeaseNode
impl Unpin for ImageLeaseNode
impl UnwindSafe for ImageLeaseNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more