#[repr(C)]pub struct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_integer_functions2: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§shader_integer_functions2: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl Clone for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
source§fn clone(&self) -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
fn clone(&self) -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
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 PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
impl TaggedStructure for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SHADER_INTEGER_FUNCTIONS_2_FEATURES_INTEL
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 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