#[repr(C)]pub struct PhysicalDeviceCopyMemoryIndirectFeaturesNV {
pub sType: StructureType,
pub pNext: *mut c_void,
pub indirectCopy: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§indirectCopy: Bool32
Trait Implementations§
source§impl Clone for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl Clone for PhysicalDeviceCopyMemoryIndirectFeaturesNV
source§fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectFeaturesNV
fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectFeaturesNV
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 more