Struct screen_13::graph::ImageLeaseBinding
source · [−]pub struct ImageLeaseBinding<P>(pub Lease<ImageBinding<P>, P>)
where
P: SharedPointerKind;Tuple Fields
0: Lease<ImageBinding<P>, P>Implementations
sourceimpl<P> ImageLeaseBinding<P> where
P: SharedPointerKind,
impl<P> ImageLeaseBinding<P> where
P: SharedPointerKind,
Methods from Deref<Target = ImageBinding<P>>
Trait Implementations
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, ImageLeaseNode<P>, P> for ImageLeaseBinding<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, ImageLeaseNode<P>, P> for ImageLeaseBinding<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> ImageLeaseNode<P>
sourceimpl<P: Debug> Debug for ImageLeaseBinding<P> where
P: SharedPointerKind,
impl<P: Debug> Debug for ImageLeaseBinding<P> where
P: SharedPointerKind,
sourceimpl<P> Deref for ImageLeaseBinding<P> where
P: SharedPointerKind,
impl<P> Deref for ImageLeaseBinding<P> where
P: SharedPointerKind,
type Target = ImageBinding<P>
type Target = ImageBinding<P>
The resulting type after dereferencing.
sourceimpl<P> DerefMut for ImageLeaseBinding<P> where
P: SharedPointerKind,
impl<P> DerefMut for ImageLeaseBinding<P> where
P: SharedPointerKind,
sourceimpl<'a, P> From<&'a mut ImageLeaseBinding<P>> for AnyImageBinding<'a, P> where
P: SharedPointerKind,
impl<'a, P> From<&'a mut ImageLeaseBinding<P>> for AnyImageBinding<'a, P> where
P: SharedPointerKind,
sourcefn from(binding: &'a mut ImageLeaseBinding<P>) -> Self
fn from(binding: &'a mut ImageLeaseBinding<P>) -> Self
Converts to this type from the input type.
sourceimpl<P> Unbind<RenderGraph<P>, ImageLeaseBinding<P>> for ImageLeaseNode<P> where
P: SharedPointerKind + Send + 'static,
impl<P> Unbind<RenderGraph<P>, ImageLeaseBinding<P>> for ImageLeaseNode<P> where
P: SharedPointerKind + Send + 'static,
fn unbind(self, graph: &mut RenderGraph<P>) -> ImageLeaseBinding<P>
Auto Trait Implementations
impl<P> !RefUnwindSafe for ImageLeaseBinding<P>
impl<P> Send for ImageLeaseBinding<P> where
P: Send,
impl<P> Sync for ImageLeaseBinding<P> where
P: Send + Sync,
impl<P> Unpin for ImageLeaseBinding<P> where
P: Unpin,
impl<P> !UnwindSafe for ImageLeaseBinding<P>
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