#[repr(C)]pub struct PhysicalDeviceShaderImageAtomicInt64FeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_image_int64_atomics: Bool32,
pub sparse_image_int64_atomics: Bool32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§shader_image_int64_atomics: Bool32§sparse_image_int64_atomics: Bool32Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
impl Clone for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
source§fn clone(&self) -> PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
fn clone(&self) -> PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
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