#[repr(C)]pub struct GeneratedCommandsPipelineInfoEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub pipeline: Pipeline,
}Expand description
VkGeneratedCommandsPipelineInfoEXT
Provided by VK_EXT_device_generated_commands.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_GENERATED_COMMANDS_PIPELINE_INFO_EXT.
p_next: *mut c_voidOptional, may be null.
pipeline: PipelineImplementations§
Source§impl GeneratedCommandsPipelineInfoEXT
impl GeneratedCommandsPipelineInfoEXT
Sourcepub fn builder<'a>() -> GeneratedCommandsPipelineInfoEXTBuilder<'a>
pub fn builder<'a>() -> GeneratedCommandsPipelineInfoEXTBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait 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 moreimpl Copy for GeneratedCommandsPipelineInfoEXT
impl ExtendsGeneratedCommandsInfoEXT for GeneratedCommandsPipelineInfoEXT
impl ExtendsGeneratedCommandsMemoryRequirementsInfoEXT for GeneratedCommandsPipelineInfoEXT
Auto Trait Implementations§
impl Freeze for GeneratedCommandsPipelineInfoEXT
impl RefUnwindSafe for GeneratedCommandsPipelineInfoEXT
impl !Send for GeneratedCommandsPipelineInfoEXT
impl !Sync for GeneratedCommandsPipelineInfoEXT
impl Unpin for GeneratedCommandsPipelineInfoEXT
impl UnsafeUnpin 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