#[repr(C)]pub struct ExternalComputeQueueDataParamsNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_index: u32,
}Expand description
VkExternalComputeQueueDataParamsNV
Provided by VK_NV_external_compute_queue.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXTERNAL_COMPUTE_QUEUE_DATA_PARAMS_NV.
p_next: *const c_voidOptional, may be null.
device_index: u32Implementations§
Source§impl ExternalComputeQueueDataParamsNV
impl ExternalComputeQueueDataParamsNV
Sourcepub fn builder<'a>() -> ExternalComputeQueueDataParamsNVBuilder<'a>
pub fn builder<'a>() -> ExternalComputeQueueDataParamsNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExternalComputeQueueDataParamsNV
impl Clone for ExternalComputeQueueDataParamsNV
Source§fn clone(&self) -> ExternalComputeQueueDataParamsNV
fn clone(&self) -> ExternalComputeQueueDataParamsNV
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 ExternalComputeQueueDataParamsNV
impl Default for ExternalComputeQueueDataParamsNV
Source§fn default() -> ExternalComputeQueueDataParamsNV
fn default() -> ExternalComputeQueueDataParamsNV
Returns the “default value” for a type. Read more
impl Copy for ExternalComputeQueueDataParamsNV
Auto Trait Implementations§
impl Freeze for ExternalComputeQueueDataParamsNV
impl RefUnwindSafe for ExternalComputeQueueDataParamsNV
impl !Send for ExternalComputeQueueDataParamsNV
impl !Sync for ExternalComputeQueueDataParamsNV
impl Unpin for ExternalComputeQueueDataParamsNV
impl UnsafeUnpin for ExternalComputeQueueDataParamsNV
impl UnwindSafe for ExternalComputeQueueDataParamsNV
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