Struct ash::vk::GeneratedCommandsMemoryRequirementsInfoNV
source · #[repr(C)]pub struct GeneratedCommandsMemoryRequirementsInfoNV<'a> {
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,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§pipeline_bind_point: PipelineBindPoint
§pipeline: Pipeline
§indirect_commands_layout: IndirectCommandsLayoutNV
§max_sequences_count: u32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> GeneratedCommandsMemoryRequirementsInfoNV<'a>
impl<'a> GeneratedCommandsMemoryRequirementsInfoNV<'a>
pub fn pipeline_bind_point(self, pipeline_bind_point: PipelineBindPoint) -> Self
pub fn pipeline(self, pipeline: Pipeline) -> Self
pub fn indirect_commands_layout( self, indirect_commands_layout: IndirectCommandsLayoutNV, ) -> Self
pub fn max_sequences_count(self, max_sequences_count: u32) -> Self
Trait Implementations§
source§impl<'a> Clone for GeneratedCommandsMemoryRequirementsInfoNV<'a>
impl<'a> Clone for GeneratedCommandsMemoryRequirementsInfoNV<'a>
source§fn clone(&self) -> GeneratedCommandsMemoryRequirementsInfoNV<'a>
fn clone(&self) -> GeneratedCommandsMemoryRequirementsInfoNV<'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 moresource§impl<'a> Debug for GeneratedCommandsMemoryRequirementsInfoNV<'a>
impl<'a> Debug for GeneratedCommandsMemoryRequirementsInfoNV<'a>
source§impl Default for GeneratedCommandsMemoryRequirementsInfoNV<'_>
impl Default for GeneratedCommandsMemoryRequirementsInfoNV<'_>
source§impl<'a> TaggedStructure for GeneratedCommandsMemoryRequirementsInfoNV<'a>
impl<'a> TaggedStructure for GeneratedCommandsMemoryRequirementsInfoNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::GENERATED_COMMANDS_MEMORY_REQUIREMENTS_INFO_NV
impl<'a> Copy for GeneratedCommandsMemoryRequirementsInfoNV<'a>
impl Send for GeneratedCommandsMemoryRequirementsInfoNV<'_>
impl Sync for GeneratedCommandsMemoryRequirementsInfoNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for GeneratedCommandsMemoryRequirementsInfoNV<'a>
impl<'a> RefUnwindSafe for GeneratedCommandsMemoryRequirementsInfoNV<'a>
impl<'a> Unpin for GeneratedCommandsMemoryRequirementsInfoNV<'a>
impl<'a> UnwindSafe for GeneratedCommandsMemoryRequirementsInfoNV<'a>
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