#[repr(C)]pub struct ExternalComputeQueueDataParamsNV {
pub s_type: StructureType,
pub next: *const c_void,
pub device_index: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§device_index: u32Trait 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 PartialEq for ExternalComputeQueueDataParamsNV
impl PartialEq for ExternalComputeQueueDataParamsNV
Source§fn eq(&self, other: &ExternalComputeQueueDataParamsNV) -> bool
fn eq(&self, other: &ExternalComputeQueueDataParamsNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExternalComputeQueueDataParamsNV
impl Eq for ExternalComputeQueueDataParamsNV
impl Send for ExternalComputeQueueDataParamsNV
impl StructuralPartialEq for ExternalComputeQueueDataParamsNV
impl Sync for ExternalComputeQueueDataParamsNV
Auto Trait Implementations§
impl Freeze for ExternalComputeQueueDataParamsNV
impl RefUnwindSafe for ExternalComputeQueueDataParamsNV
impl Unpin 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