#[repr(transparent)]pub struct VkQueue(pub *mut c_void, pub PhantomData<*mut u8>);Tuple Fields§
§0: *mut c_void§1: PhantomData<*mut u8>Trait Implementations§
Source§impl Ord for VkQueue
impl Ord for VkQueue
Source§impl PartialOrd for VkQueue
impl PartialOrd for VkQueue
Source§impl VkRawHandle for VkQueue
impl VkRawHandle for VkQueue
const OBJECT_TYPE: VkObjectType = 4i32
const NULL: Self
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 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