#[repr(C)]pub struct GeneratedCommandsPipelineInfoEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub pipeline: Pipeline,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§pipeline: PipelineTrait Implementations§
Source§impl Clone for GeneratedCommandsPipelineInfoEXT
impl Clone for GeneratedCommandsPipelineInfoEXT
Source§fn clone(&self) -> GeneratedCommandsPipelineInfoEXT
fn clone(&self) -> GeneratedCommandsPipelineInfoEXT
Returns a duplicate 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 moreSource§impl PartialEq for GeneratedCommandsPipelineInfoEXT
impl PartialEq for GeneratedCommandsPipelineInfoEXT
Source§fn eq(&self, other: &GeneratedCommandsPipelineInfoEXT) -> bool
fn eq(&self, other: &GeneratedCommandsPipelineInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GeneratedCommandsPipelineInfoEXT
impl Eq for GeneratedCommandsPipelineInfoEXT
impl Send for GeneratedCommandsPipelineInfoEXT
impl StructuralPartialEq for GeneratedCommandsPipelineInfoEXT
impl Sync for GeneratedCommandsPipelineInfoEXT
Auto Trait Implementations§
impl Freeze for GeneratedCommandsPipelineInfoEXT
impl RefUnwindSafe for GeneratedCommandsPipelineInfoEXT
impl Unpin for GeneratedCommandsPipelineInfoEXT
impl UnwindSafe for GeneratedCommandsPipelineInfoEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more