pub struct DescriptorSetPool { /* private fields */ }Expand description
Descriptor set pool manager for Vulkan.
Implementations§
Auto Trait Implementations§
impl Freeze for DescriptorSetPool
impl RefUnwindSafe for DescriptorSetPool
impl Send for DescriptorSetPool
impl Sync for DescriptorSetPool
impl Unpin for DescriptorSetPool
impl UnsafeUnpin for DescriptorSetPool
impl UnwindSafe for DescriptorSetPool
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more