#[repr(C)]pub struct PhysicalDeviceCopyMemoryIndirectPropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub supported_queues: QueueFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§supported_queues: QueueFlags
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl Clone for PhysicalDeviceCopyMemoryIndirectPropertiesNV
source§fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectPropertiesNV
fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectPropertiesNV
Returns a copy 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 TaggedStructure for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl TaggedStructure for PhysicalDeviceCopyMemoryIndirectPropertiesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_PROPERTIES_NV
impl Copy for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCopyMemoryIndirectPropertiesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl RefUnwindSafe for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl !Send for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl !Sync for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl Unpin for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl UnwindSafe for PhysicalDeviceCopyMemoryIndirectPropertiesNV
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