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