#[repr(transparent)]pub struct VkQueue(pub *mut void);Expand description
VkQueue : VkDevice
Tuple Fields§
§0: *mut voidImplementations§
Trait Implementations§
impl Copy for VkQueue
impl Eq for VkQueue
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
impl Send for VkQueue
impl StructuralPartialEq for VkQueue
impl Sync for VkQueue
Auto Trait Implementations§
impl Freeze for VkQueue
impl RefUnwindSafe 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