#[repr(transparent)]pub struct VkQueue(pub NonNull<c_void>, pub PhantomData<*mut u8>);Tuple Fields§
§0: NonNull<c_void>§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Ord for VkQueue
impl Ord for VkQueue
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 PartialOrd for VkQueue
impl PartialOrd for VkQueue
Source§impl VkRawHandle for VkQueue
impl VkRawHandle for VkQueue
const OBJECT_TYPE: VkObjectType = VK_OBJECT_TYPE_QUEUE
fn raw_handle_value(&self) -> u64
impl Copy for VkQueue
impl Eq for VkQueue
impl StructuralPartialEq for VkQueue
Auto Trait Implementations§
impl Freeze for VkQueue
impl RefUnwindSafe for VkQueue
impl !Send for VkQueue
impl !Sync for VkQueue
impl Unpin for VkQueue
impl UnsafeUnpin for VkQueue
impl UnwindSafe for VkQueue
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