#[repr(transparent)]pub struct VkCommandPool(pub u64);Expand description
VkCommandPool : VkDevice
Tuple Fields§
§0: u64Implementations§
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkCommandPool
Source§impl Debug for VkCommandPool
impl Debug for VkCommandPool
Source§impl Default for VkCommandPool
impl Default for VkCommandPool
Source§fn default() -> VkCommandPool
fn default() -> VkCommandPool
Returns the “default value” for a type. Read more
impl Eq for VkCommandPool
Source§impl From<VkCommandPool> for u64
impl From<VkCommandPool> for u64
Source§fn from(value: VkCommandPool) -> Self
fn from(value: VkCommandPool) -> Self
Converts to this type from the input type.
Source§impl From<u64> for VkCommandPool
impl From<u64> for VkCommandPool
Source§impl Handle for VkCommandPool
impl Handle 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 (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 VkCommandPool
impl PartialEq for VkCommandPool
Source§fn eq(&self, other: &VkCommandPool) -> bool
fn eq(&self, other: &VkCommandPool) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VkCommandPool
impl PartialOrd for VkCommandPool
Source§impl Pointer for VkCommandPool
impl Pointer for VkCommandPool
impl Send for VkCommandPool
impl StructuralPartialEq for VkCommandPool
impl Sync for VkCommandPool
Auto Trait Implementations§
impl Freeze for VkCommandPool
impl RefUnwindSafe 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