#[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: Bool32
Implementations§
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 moresource§impl TaggedStructure for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
impl TaggedStructure for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SHADER_IMAGE_ATOMIC_INT64_FEATURES_EXT
impl Copy for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
impl RefUnwindSafe for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
impl !Send for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
impl !Sync for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
impl Unpin for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
impl UnwindSafe for PhysicalDeviceShaderImageAtomicInt64FeaturesEXT
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