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