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