#[repr(transparent)]pub struct VkDescriptorSet(pub u64, pub PhantomData<*mut u8>);Tuple Fields§
§0: u64§1: PhantomData<*mut u8>Trait Implementations§
Source§impl AsRef<VkDescriptorSet> for DescriptorSet
impl AsRef<VkDescriptorSet> for DescriptorSet
Source§fn as_ref(&self) -> &VkDescriptorSet
fn as_ref(&self) -> &VkDescriptorSet
Converts this type into a shared reference of the (usually inferred) input type.
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 From<DescriptorSet> for VkDescriptorSet
impl From<DescriptorSet> for VkDescriptorSet
Source§fn from(v: DescriptorSet) -> Self
fn from(v: DescriptorSet) -> Self
Converts to this type from the input type.
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
Source§impl VkRawHandle for VkDescriptorSet
impl VkRawHandle for VkDescriptorSet
const OBJECT_TYPE: VkObjectType = 23i32
const NULL: Self
fn raw_handle_value(&self) -> u64
impl Copy for VkDescriptorSet
impl Eq for VkDescriptorSet
impl StructuralPartialEq for VkDescriptorSet
Auto Trait Implementations§
impl Freeze for VkDescriptorSet
impl RefUnwindSafe for VkDescriptorSet
impl !Send for VkDescriptorSet
impl !Sync 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