#[repr(C)]pub struct VkExternalComputeQueueDataParamsNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub deviceIndex: u32,
}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 · 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 Freeze for VkExternalComputeQueueDataParamsNV
impl RefUnwindSafe for VkExternalComputeQueueDataParamsNV
impl !Send for VkExternalComputeQueueDataParamsNV
impl !Sync for VkExternalComputeQueueDataParamsNV
impl Unpin 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