Struct ash::vk::PipelineInfoKHR [−][src]
#[repr(C)]pub struct PipelineInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub pipeline: Pipeline, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
pipeline: Pipeline
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PipelineInfoKHR
impl !Send for PipelineInfoKHR
impl !Sync for PipelineInfoKHR
impl Unpin for PipelineInfoKHR
impl UnwindSafe for PipelineInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more