#[repr(transparent)]pub struct VkShaderModule(pub NonZeroU64, pub PhantomData<*mut u8>);Tuple Fields§
§0: NonZeroU64§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Clone for VkShaderModule
impl Clone for VkShaderModule
Source§fn clone(&self) -> VkShaderModule
fn clone(&self) -> VkShaderModule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 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 (const: unstable) · 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§fn eq(&self, other: &VkShaderModule) -> bool
fn eq(&self, other: &VkShaderModule) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VkShaderModule
impl PartialOrd for VkShaderModule
Source§impl VkRawHandle for VkShaderModule
impl VkRawHandle for VkShaderModule
const OBJECT_TYPE: VkObjectType = VK_OBJECT_TYPE_SHADER_MODULE
fn raw_handle_value(&self) -> u64
impl Copy for VkShaderModule
impl Eq for VkShaderModule
impl StructuralPartialEq for VkShaderModule
Auto Trait Implementations§
impl Freeze for VkShaderModule
impl RefUnwindSafe for VkShaderModule
impl !Send for VkShaderModule
impl !Sync for VkShaderModule
impl Unpin for VkShaderModule
impl UnsafeUnpin 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