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