#[repr(C)]pub struct ExternalComputeQueueCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub preferred_queue: Queue,
}Expand description
VkExternalComputeQueueCreateInfoNV
Provided by VK_NV_external_compute_queue.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXTERNAL_COMPUTE_QUEUE_CREATE_INFO_NV.
p_next: *const c_voidOptional, may be null.
preferred_queue: QueueImplementations§
Source§impl ExternalComputeQueueCreateInfoNV
impl ExternalComputeQueueCreateInfoNV
Sourcepub fn builder<'a>() -> ExternalComputeQueueCreateInfoNVBuilder<'a>
pub fn builder<'a>() -> ExternalComputeQueueCreateInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExternalComputeQueueCreateInfoNV
impl Clone for ExternalComputeQueueCreateInfoNV
Source§fn clone(&self) -> ExternalComputeQueueCreateInfoNV
fn clone(&self) -> ExternalComputeQueueCreateInfoNV
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ExternalComputeQueueCreateInfoNV
impl Default for ExternalComputeQueueCreateInfoNV
Source§fn default() -> ExternalComputeQueueCreateInfoNV
fn default() -> ExternalComputeQueueCreateInfoNV
Returns the “default value” for a type. Read more
impl Copy for ExternalComputeQueueCreateInfoNV
Auto Trait Implementations§
impl Freeze for ExternalComputeQueueCreateInfoNV
impl RefUnwindSafe for ExternalComputeQueueCreateInfoNV
impl !Send for ExternalComputeQueueCreateInfoNV
impl !Sync for ExternalComputeQueueCreateInfoNV
impl Unpin for ExternalComputeQueueCreateInfoNV
impl UnsafeUnpin for ExternalComputeQueueCreateInfoNV
impl UnwindSafe for ExternalComputeQueueCreateInfoNV
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