Struct screen_13::graph::DescriptorPoolBinding
source · [−]pub struct DescriptorPoolBinding<P> where
P: SharedPointerKind, { /* private fields */ }Implementations
sourceimpl<P> DescriptorPoolBinding<P> where
P: SharedPointerKind,
impl<P> DescriptorPoolBinding<P> where
P: SharedPointerKind,
pub fn new(item: DescriptorPool<P>) -> Self
Trait Implementations
sourceimpl<P: Debug> Debug for DescriptorPoolBinding<P> where
P: SharedPointerKind,
impl<P: Debug> Debug for DescriptorPoolBinding<P> where
P: SharedPointerKind,
sourceimpl<P> Deref for DescriptorPoolBinding<P> where
P: SharedPointerKind,
impl<P> Deref for DescriptorPoolBinding<P> where
P: SharedPointerKind,
type Target = DescriptorPool<P>
type Target = DescriptorPool<P>
The resulting type after dereferencing.
Auto Trait Implementations
impl<P> !RefUnwindSafe for DescriptorPoolBinding<P>
impl<P> !Send for DescriptorPoolBinding<P>
impl<P> !Sync for DescriptorPoolBinding<P>
impl<P> Unpin for DescriptorPoolBinding<P> where
P: Unpin,
impl<P> !UnwindSafe for DescriptorPoolBinding<P>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more