#[repr(transparent)]pub struct VkCommandBuffer(pub NonNull<c_void>, pub PhantomData<*mut u8>);Tuple Fields§
§0: NonNull<c_void>§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Clone for VkCommandBuffer
impl Clone for VkCommandBuffer
Source§fn clone(&self) -> VkCommandBuffer
fn clone(&self) -> VkCommandBuffer
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 moreSource§impl Debug for VkCommandBuffer
impl Debug for VkCommandBuffer
Source§impl Hash for VkCommandBuffer
impl Hash for VkCommandBuffer
Source§impl Ord for VkCommandBuffer
impl Ord for VkCommandBuffer
Source§fn cmp(&self, other: &VkCommandBuffer) -> Ordering
fn cmp(&self, other: &VkCommandBuffer) -> 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 VkCommandBuffer
impl PartialEq for VkCommandBuffer
Source§fn eq(&self, other: &VkCommandBuffer) -> bool
fn eq(&self, other: &VkCommandBuffer) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VkCommandBuffer
impl PartialOrd for VkCommandBuffer
Source§impl VkRawHandle for VkCommandBuffer
impl VkRawHandle for VkCommandBuffer
const OBJECT_TYPE: VkObjectType = VK_OBJECT_TYPE_COMMAND_BUFFER
fn raw_handle_value(&self) -> u64
impl Copy for VkCommandBuffer
impl Eq for VkCommandBuffer
impl StructuralPartialEq for VkCommandBuffer
Auto Trait Implementations§
impl Freeze for VkCommandBuffer
impl RefUnwindSafe for VkCommandBuffer
impl !Send for VkCommandBuffer
impl !Sync for VkCommandBuffer
impl Unpin for VkCommandBuffer
impl UnsafeUnpin for VkCommandBuffer
impl UnwindSafe for VkCommandBuffer
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