#[repr(C)]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: StructureTypep_next: *mut c_voidshader_buffer_int64_atomics: u32Implementations
sourceimpl PhysicalDeviceShaderAtomicInt64Features
impl PhysicalDeviceShaderAtomicInt64Features
pub fn builder<'a>() -> PhysicalDeviceShaderAtomicInt64FeaturesBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceShaderAtomicInt64Features
impl Clone for PhysicalDeviceShaderAtomicInt64Features
sourcefn clone(&self) -> PhysicalDeviceShaderAtomicInt64Features
fn clone(&self) -> PhysicalDeviceShaderAtomicInt64Features
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceShaderAtomicInt64Features
impl Default for PhysicalDeviceShaderAtomicInt64Features
sourcefn default() -> PhysicalDeviceShaderAtomicInt64Features
fn default() -> PhysicalDeviceShaderAtomicInt64Features
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceShaderAtomicInt64Features
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderAtomicInt64Features
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderAtomicInt64Features
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceShaderAtomicInt64Features
impl !Send for PhysicalDeviceShaderAtomicInt64Features
impl !Sync for PhysicalDeviceShaderAtomicInt64Features
impl Unpin for PhysicalDeviceShaderAtomicInt64Features
impl UnwindSafe for PhysicalDeviceShaderAtomicInt64Features
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more