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