pub struct VkDescriptorPool(/* private fields */);Expand description
Khronos: VkDescriptorPool (non-dispatchable handle)
- Parent VkDevice
- Object Type Enum:
VK_OBJECT_TYPE_DESCRIPTOR_POOL
Implementations§
Trait Implementations§
Source§impl Clone for VkDescriptorPool
impl Clone for VkDescriptorPool
Source§fn clone(&self) -> VkDescriptorPool
fn clone(&self) -> VkDescriptorPool
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VkDescriptorPool
impl Debug for VkDescriptorPool
Source§impl Default for VkDescriptorPool
impl Default for VkDescriptorPool
Source§impl Hash for VkDescriptorPool
impl Hash for VkDescriptorPool
Source§impl Ord for VkDescriptorPool
impl Ord for VkDescriptorPool
Source§fn cmp(&self, other: &VkDescriptorPool) -> Ordering
fn cmp(&self, other: &VkDescriptorPool) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VkDescriptorPool
impl PartialEq for VkDescriptorPool
Source§impl PartialOrd for VkDescriptorPool
impl PartialOrd for VkDescriptorPool
impl Copy for VkDescriptorPool
impl Eq for VkDescriptorPool
impl Send for VkDescriptorPool
impl StructuralPartialEq for VkDescriptorPool
impl Sync for VkDescriptorPool
Auto Trait Implementations§
impl Freeze for VkDescriptorPool
impl RefUnwindSafe for VkDescriptorPool
impl Unpin for VkDescriptorPool
impl UnwindSafe for VkDescriptorPool
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