Struct screen_13::graph::ImageLeaseNode
source · [−]pub struct ImageLeaseNode { /* private fields */ }Trait Implementations
sourceimpl Bind<&mut RenderGraph, ImageLeaseNode> for Lease<Image>
impl Bind<&mut RenderGraph, ImageLeaseNode> for Lease<Image>
fn bind(self, graph: &mut RenderGraph) -> ImageLeaseNode
sourceimpl<'a> Bind<&mut RenderGraph, ImageLeaseNode> for &'a Arc<Lease<Image>>
impl<'a> Bind<&mut RenderGraph, ImageLeaseNode> for &'a Arc<Lease<Image>>
fn bind(self, graph: &mut RenderGraph) -> ImageLeaseNode
sourceimpl Bind<&mut RenderGraph, ImageLeaseNode> for Arc<Lease<Image>>
impl Bind<&mut RenderGraph, ImageLeaseNode> for Arc<Lease<Image>>
fn bind(self, graph: &mut RenderGraph) -> ImageLeaseNode
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 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 Subresource = ImageSubresource
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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