#[repr(C)]pub struct PipelineCompilerControlCreateInfoAMD {
pub s_type: StructureType,
pub next: *const c_void,
pub compiler_control_flags: PipelineCompilerControlFlagsAMD,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidcompiler_control_flags: PipelineCompilerControlFlagsAMDTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for PipelineCompilerControlCreateInfoAMD
impl !Sync for PipelineCompilerControlCreateInfoAMD
Blanket Implementations
Mutably borrows from an owned value. Read more