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: QueueFlagsImplementations§
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 Default for PhysicalDeviceCopyMemoryIndirectPropertiesNV
impl Default for PhysicalDeviceCopyMemoryIndirectPropertiesNV
source§fn default() -> PhysicalDeviceCopyMemoryIndirectPropertiesNV
fn default() -> PhysicalDeviceCopyMemoryIndirectPropertiesNV
Returns the “default value” for a type. Read more