pub struct PhysicalDeviceShaderAtomicInt64Features {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_buffer_int64_atomics: u32,
pub shader_shared_int64_atomics: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§shader_buffer_int64_atomics: u32Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceShaderAtomicInt64Features
impl Clone for PhysicalDeviceShaderAtomicInt64Features
source§fn clone(&self) -> PhysicalDeviceShaderAtomicInt64Features
fn clone(&self) -> PhysicalDeviceShaderAtomicInt64Features
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 PhysicalDeviceShaderAtomicInt64Features
impl Default for PhysicalDeviceShaderAtomicInt64Features
source§fn default() -> PhysicalDeviceShaderAtomicInt64Features
fn default() -> PhysicalDeviceShaderAtomicInt64Features
Returns the “default value” for a type. Read more