pub struct Lease<T> { /* private fields */ }Trait Implementations
sourceimpl Bind<&mut RenderGraph, AccelerationStructureLeaseNode> for Lease<AccelerationStructure>
impl Bind<&mut RenderGraph, AccelerationStructureLeaseNode> for Lease<AccelerationStructure>
fn bind(self, graph: &mut RenderGraph) -> AccelerationStructureLeaseNode
sourceimpl Bind<&mut RenderGraph, BufferLeaseNode> for Lease<Buffer>
impl Bind<&mut RenderGraph, BufferLeaseNode> for Lease<Buffer>
fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
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> From<&'a Lease<Buffer>> for AnyBufferBinding<'a>
impl<'a> From<&'a Lease<Buffer>> for AnyBufferBinding<'a>
Auto Trait Implementations
impl<T> !RefUnwindSafe for Lease<T>
impl<T> Send for Lease<T> where
T: Send,
impl<T> Sync for Lease<T> where
T: Send + Sync,
impl<T> Unpin for Lease<T> where
T: Unpin,
impl<T> !UnwindSafe for Lease<T>
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