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