pub struct VkDescriptorSet(/* private fields */);Expand description
Khronos: VkDescriptorSet (non-dispatchable handle)
- Parent VkDescriptorPool
- Object Type Enum:
VK_OBJECT_TYPE_DESCRIPTOR_SET
Implementations§
Trait Implementations§
Source§impl Clone for VkDescriptorSet
impl Clone for VkDescriptorSet
Source§fn clone(&self) -> VkDescriptorSet
fn clone(&self) -> VkDescriptorSet
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 VkDescriptorSet
impl Debug for VkDescriptorSet
Source§impl Default for VkDescriptorSet
impl Default for VkDescriptorSet
Source§impl Hash for VkDescriptorSet
impl Hash for VkDescriptorSet
Source§impl Ord for VkDescriptorSet
impl Ord for VkDescriptorSet
Source§fn cmp(&self, other: &VkDescriptorSet) -> Ordering
fn cmp(&self, other: &VkDescriptorSet) -> 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 VkDescriptorSet
impl PartialEq for VkDescriptorSet
Source§impl PartialOrd for VkDescriptorSet
impl PartialOrd for VkDescriptorSet
impl Copy for VkDescriptorSet
impl Eq for VkDescriptorSet
impl Send for VkDescriptorSet
impl StructuralPartialEq for VkDescriptorSet
impl Sync for VkDescriptorSet
Auto Trait Implementations§
impl Freeze for VkDescriptorSet
impl RefUnwindSafe for VkDescriptorSet
impl Unpin for VkDescriptorSet
impl UnwindSafe for VkDescriptorSet
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