Struct ash::vk::PhysicalDeviceShaderAtomicInt64Features
source · #[repr(C)]pub struct PhysicalDeviceShaderAtomicInt64Features<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_buffer_int64_atomics: Bool32,
pub shader_shared_int64_atomics: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§shader_buffer_int64_atomics: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceShaderAtomicInt64Features<'a>
impl<'a> PhysicalDeviceShaderAtomicInt64Features<'a>
pub fn shader_buffer_int64_atomics( self, shader_buffer_int64_atomics: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceShaderAtomicInt64Features<'a>
impl<'a> Clone for PhysicalDeviceShaderAtomicInt64Features<'a>
source§fn clone(&self) -> PhysicalDeviceShaderAtomicInt64Features<'a>
fn clone(&self) -> PhysicalDeviceShaderAtomicInt64Features<'a>
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<'a> Debug for PhysicalDeviceShaderAtomicInt64Features<'a>
impl<'a> Debug for PhysicalDeviceShaderAtomicInt64Features<'a>
source§impl Default for PhysicalDeviceShaderAtomicInt64Features<'_>
impl Default for PhysicalDeviceShaderAtomicInt64Features<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceShaderAtomicInt64Features<'a>
impl<'a> TaggedStructure for PhysicalDeviceShaderAtomicInt64Features<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES
impl<'a> Copy for PhysicalDeviceShaderAtomicInt64Features<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderAtomicInt64Features<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderAtomicInt64Features<'_>
impl Send for PhysicalDeviceShaderAtomicInt64Features<'_>
impl Sync for PhysicalDeviceShaderAtomicInt64Features<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceShaderAtomicInt64Features<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceShaderAtomicInt64Features<'a>
impl<'a> Unpin for PhysicalDeviceShaderAtomicInt64Features<'a>
impl<'a> UnwindSafe for PhysicalDeviceShaderAtomicInt64Features<'a>
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