#[repr(C)]pub struct ExternalComputeQueueDeviceCreateInfoNV<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub reserved_external_queues: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§reserved_external_queues: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> ExternalComputeQueueDeviceCreateInfoNV<'a>
impl<'a> ExternalComputeQueueDeviceCreateInfoNV<'a>
pub fn reserved_external_queues(self, reserved_external_queues: u32) -> Self
Trait Implementations§
Source§impl<'a> Clone for ExternalComputeQueueDeviceCreateInfoNV<'a>
impl<'a> Clone for ExternalComputeQueueDeviceCreateInfoNV<'a>
Source§fn clone(&self) -> ExternalComputeQueueDeviceCreateInfoNV<'a>
fn clone(&self) -> ExternalComputeQueueDeviceCreateInfoNV<'a>
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<'a> Debug for ExternalComputeQueueDeviceCreateInfoNV<'a>
impl<'a> Debug for ExternalComputeQueueDeviceCreateInfoNV<'a>
Source§impl Default for ExternalComputeQueueDeviceCreateInfoNV<'_>
impl Default for ExternalComputeQueueDeviceCreateInfoNV<'_>
Source§impl<'a> TaggedStructure for ExternalComputeQueueDeviceCreateInfoNV<'a>
impl<'a> TaggedStructure for ExternalComputeQueueDeviceCreateInfoNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::EXTERNAL_COMPUTE_QUEUE_DEVICE_CREATE_INFO_NV
impl<'a> Copy for ExternalComputeQueueDeviceCreateInfoNV<'a>
impl ExtendsDeviceCreateInfo for ExternalComputeQueueDeviceCreateInfoNV<'_>
impl Send for ExternalComputeQueueDeviceCreateInfoNV<'_>
impl Sync for ExternalComputeQueueDeviceCreateInfoNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for ExternalComputeQueueDeviceCreateInfoNV<'a>
impl<'a> RefUnwindSafe for ExternalComputeQueueDeviceCreateInfoNV<'a>
impl<'a> Unpin for ExternalComputeQueueDeviceCreateInfoNV<'a>
impl<'a> UnwindSafe for ExternalComputeQueueDeviceCreateInfoNV<'a>
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