#[repr(C)]pub struct PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub supported_queues: QueueFlags,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§supported_queues: QueueFlags§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
impl<'a> PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
pub fn supported_queues( self, supported_queues: QueueFlags, ) -> PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
impl<'a> Clone for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
Source§fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
Returns a duplicate of the value. Read more
1.0.0§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 PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
impl<'a> Debug for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
Source§impl Default for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'_>
impl Default for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'_>
Source§fn default() -> PhysicalDeviceCopyMemoryIndirectPropertiesNV<'_>
fn default() -> PhysicalDeviceCopyMemoryIndirectPropertiesNV<'_>
Returns the “default value” for a type. Read more
Source§impl<'a> TaggedStructure for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
impl<'a> TaggedStructure for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_PROPERTIES_NV
impl<'a> Copy for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'_>
impl Send for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'_>
impl Sync for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
impl<'a> Unpin for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
impl<'a> UnwindSafe for PhysicalDeviceCopyMemoryIndirectPropertiesNV<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)