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