#[repr(C)]pub struct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_integer_functions2: u32,
}Expand description
VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
Provided by VK_INTEL_shader_integer_functions2.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_FUNCTIONS_2_FEATURES_INTEL.
p_next: *mut c_voidOptional, may be null.
shader_integer_functions2: u32Implementations§
Source§impl PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
Sourcepub fn builder<'a>() -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl Clone for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
Source§fn clone(&self) -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
fn clone(&self) -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
Returns a duplicate 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 PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl Default for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
Source§fn default() -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
fn default() -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl RefUnwindSafe for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl !Send for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl !Sync for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl Unpin for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl UnsafeUnpin for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl UnwindSafe for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
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