Struct ash::vk::GeneratedCommandsMemoryRequirementsInfoNV
source · #[repr(C)]pub struct GeneratedCommandsMemoryRequirementsInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub pipeline_bind_point: PipelineBindPoint,
pub pipeline: Pipeline,
pub indirect_commands_layout: IndirectCommandsLayoutNV,
pub max_sequences_count: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§pipeline_bind_point: PipelineBindPoint§pipeline: Pipeline§indirect_commands_layout: IndirectCommandsLayoutNV§max_sequences_count: u32Implementations§
Trait Implementations§
source§impl Clone for GeneratedCommandsMemoryRequirementsInfoNV
impl Clone for GeneratedCommandsMemoryRequirementsInfoNV
source§fn clone(&self) -> GeneratedCommandsMemoryRequirementsInfoNV
fn clone(&self) -> GeneratedCommandsMemoryRequirementsInfoNV
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