[][src]Struct ash::vk::PipelineCompilerControlCreateInfoAMD

#[repr(C)]pub struct PipelineCompilerControlCreateInfoAMD {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub compiler_control_flags: PipelineCompilerControlFlagsAMD,
}

https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkPipelineCompilerControlCreateInfoAMD.html

Fields

s_type: StructureTypep_next: *const c_voidcompiler_control_flags: PipelineCompilerControlFlagsAMD

Methods

impl PipelineCompilerControlCreateInfoAMD[src]

pub fn builder<'a>() -> PipelineCompilerControlCreateInfoAMDBuilder<'a>[src]

Trait Implementations

impl Clone for PipelineCompilerControlCreateInfoAMD[src]

impl Copy for PipelineCompilerControlCreateInfoAMD[src]

impl Debug for PipelineCompilerControlCreateInfoAMD[src]

impl Default for PipelineCompilerControlCreateInfoAMD[src]

impl ExtendsComputePipelineCreateInfo for PipelineCompilerControlCreateInfoAMD[src]

impl ExtendsGraphicsPipelineCreateInfo for PipelineCompilerControlCreateInfoAMD[src]

Auto Trait Implementations

impl RefUnwindSafe for PipelineCompilerControlCreateInfoAMD

impl !Send for PipelineCompilerControlCreateInfoAMD

impl !Sync for PipelineCompilerControlCreateInfoAMD

impl Unpin for PipelineCompilerControlCreateInfoAMD

impl UnwindSafe for PipelineCompilerControlCreateInfoAMD

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.