#[repr(C)]pub struct VkExternalComputeQueueDataParamsNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub deviceIndex: u32,
}Expand description
struct VkExternalComputeQueueDataParamsNV from VK_NV_external_compute_queue
Fields§
§sType: VkStructureType§pNext: *const c_void§deviceIndex: u32Trait Implementations§
Source§impl Clone for VkExternalComputeQueueDataParamsNV
impl Clone for VkExternalComputeQueueDataParamsNV
Source§fn clone(&self) -> VkExternalComputeQueueDataParamsNV
fn clone(&self) -> VkExternalComputeQueueDataParamsNV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkExternalComputeQueueDataParamsNV
Auto Trait Implementations§
impl !Send for VkExternalComputeQueueDataParamsNV
impl !Sync for VkExternalComputeQueueDataParamsNV
impl Freeze for VkExternalComputeQueueDataParamsNV
impl RefUnwindSafe for VkExternalComputeQueueDataParamsNV
impl Unpin for VkExternalComputeQueueDataParamsNV
impl UnsafeUnpin for VkExternalComputeQueueDataParamsNV
impl UnwindSafe for VkExternalComputeQueueDataParamsNV
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