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