pub type PipelineInfoEXT<'a> = PipelineInfoKHR<'a>;
Aliased Type§
struct PipelineInfoEXT<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub pipeline: Pipeline,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§pipeline: Pipeline
§_marker: PhantomData<&'a ()>
Implementations
Trait Implementations
Source§impl<'a> Clone for PipelineInfoKHR<'a>
impl<'a> Clone for PipelineInfoKHR<'a>
Source§fn clone(&self) -> PipelineInfoKHR<'a>
fn clone(&self) -> PipelineInfoKHR<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more