Struct screen_13::driver::DescriptorSet
source · [−]pub struct DescriptorSet<P> where
P: SharedPointerKind, { /* private fields */ }Trait Implementations
sourceimpl<P: Debug> Debug for DescriptorSet<P> where
P: SharedPointerKind,
impl<P: Debug> Debug for DescriptorSet<P> where
P: SharedPointerKind,
sourceimpl<P> Deref for DescriptorSet<P> where
P: SharedPointerKind,
impl<P> Deref for DescriptorSet<P> where
P: SharedPointerKind,
type Target = DescriptorSet
type Target = DescriptorSet
The resulting type after dereferencing.
sourceimpl<P> Drop for DescriptorSet<P> where
P: SharedPointerKind,
impl<P> Drop for DescriptorSet<P> where
P: SharedPointerKind,
Auto Trait Implementations
impl<P> !RefUnwindSafe for DescriptorSet<P>
impl<P> Send for DescriptorSet<P> where
P: Send,
impl<P> Sync for DescriptorSet<P> where
P: Sync,
impl<P> Unpin for DescriptorSet<P> where
P: Unpin,
impl<P> !UnwindSafe for DescriptorSet<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