#[repr(transparent)]pub struct VkDescriptorPool(pub u64, pub PhantomData<*mut u8>);Tuple Fields§
§0: u64§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Clone for VkDescriptorPool
impl Clone for VkDescriptorPool
Source§fn clone(&self) -> VkDescriptorPool
fn clone(&self) -> VkDescriptorPool
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 VkDescriptorPool
impl Debug for VkDescriptorPool
Source§impl Hash for VkDescriptorPool
impl Hash for VkDescriptorPool
Source§impl Ord for VkDescriptorPool
impl Ord for VkDescriptorPool
Source§fn cmp(&self, other: &VkDescriptorPool) -> Ordering
fn cmp(&self, other: &VkDescriptorPool) -> 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 VkDescriptorPool
impl PartialEq for VkDescriptorPool
Source§impl PartialOrd for VkDescriptorPool
impl PartialOrd for VkDescriptorPool
Source§impl VkRawHandle for VkDescriptorPool
impl VkRawHandle for VkDescriptorPool
const OBJECT_TYPE: VkObjectType = 22i32
const NULL: Self
fn raw_handle_value(&self) -> u64
impl Copy for VkDescriptorPool
impl Eq for VkDescriptorPool
impl StructuralPartialEq for VkDescriptorPool
Auto Trait Implementations§
impl Freeze for VkDescriptorPool
impl RefUnwindSafe for VkDescriptorPool
impl !Send for VkDescriptorPool
impl !Sync for VkDescriptorPool
impl Unpin for VkDescriptorPool
impl UnwindSafe for VkDescriptorPool
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