Struct raw_vulkan_handle::VkDescriptorSetLayout
source · #[repr(transparent)]pub struct VkDescriptorSetLayout(_);Expand description
Khronos: VkDescriptorSetLayout (non-dispatchable handle)
- Parent VkDevice
- Object Type Enum:
VK_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT
Implementations§
Trait Implementations§
source§impl Clone for VkDescriptorSetLayout
impl Clone for VkDescriptorSetLayout
source§fn clone(&self) -> VkDescriptorSetLayout
fn clone(&self) -> VkDescriptorSetLayout
Returns a copy 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 VkDescriptorSetLayout
impl Debug for VkDescriptorSetLayout
source§impl Default for VkDescriptorSetLayout
impl Default for VkDescriptorSetLayout
source§impl Hash for VkDescriptorSetLayout
impl Hash for VkDescriptorSetLayout
source§impl Ord for VkDescriptorSetLayout
impl Ord for VkDescriptorSetLayout
source§fn cmp(&self, other: &VkDescriptorSetLayout) -> Ordering
fn cmp(&self, other: &VkDescriptorSetLayout) -> 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<VkDescriptorSetLayout> for VkDescriptorSetLayout
impl PartialEq<VkDescriptorSetLayout> for VkDescriptorSetLayout
source§fn eq(&self, other: &VkDescriptorSetLayout) -> bool
fn eq(&self, other: &VkDescriptorSetLayout) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<VkDescriptorSetLayout> for VkDescriptorSetLayout
impl PartialOrd<VkDescriptorSetLayout> for VkDescriptorSetLayout
source§fn partial_cmp(&self, other: &VkDescriptorSetLayout) -> Option<Ordering>
fn partial_cmp(&self, other: &VkDescriptorSetLayout) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more