pub struct VkShaderModule(/* private fields */);
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 for VkShaderModule
impl PartialEq for VkShaderModule
Source§impl PartialOrd for VkShaderModule
impl PartialOrd for VkShaderModule
impl Copy for VkShaderModule
impl Eq for VkShaderModule
impl Send for VkShaderModule
impl StructuralPartialEq for VkShaderModule
impl Sync for VkShaderModule
Auto Trait Implementations§
impl Freeze for VkShaderModule
impl RefUnwindSafe for VkShaderModule
impl Unpin for VkShaderModule
impl UnwindSafe for VkShaderModule
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