#[repr(C)]pub struct PipelineLibraryCreateInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub library_count: u32,
pub libraries: *const Pipeline,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidlibrary_count: u32libraries: *const PipelineTrait 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 PipelineLibraryCreateInfoKHR
impl !Sync for PipelineLibraryCreateInfoKHR
impl Unpin for PipelineLibraryCreateInfoKHR
impl UnwindSafe for PipelineLibraryCreateInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more