Struct ash::vk::IndirectCommandsLayoutCreateInfoNV
source · #[repr(C)]pub struct IndirectCommandsLayoutCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: IndirectCommandsLayoutUsageFlagsNV,
pub pipeline_bind_point: PipelineBindPoint,
pub token_count: u32,
pub p_tokens: *const IndirectCommandsLayoutTokenNV,
pub stream_count: u32,
pub p_stream_strides: *const u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: IndirectCommandsLayoutUsageFlagsNV
§pipeline_bind_point: PipelineBindPoint
§token_count: u32
§p_tokens: *const IndirectCommandsLayoutTokenNV
§stream_count: u32
§p_stream_strides: *const u32
Implementations§
source§impl IndirectCommandsLayoutCreateInfoNV
impl IndirectCommandsLayoutCreateInfoNV
pub fn builder<'a>() -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Trait Implementations§
source§impl Clone for IndirectCommandsLayoutCreateInfoNV
impl Clone for IndirectCommandsLayoutCreateInfoNV
source§fn clone(&self) -> IndirectCommandsLayoutCreateInfoNV
fn clone(&self) -> IndirectCommandsLayoutCreateInfoNV
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 TaggedStructure for IndirectCommandsLayoutCreateInfoNV
impl TaggedStructure for IndirectCommandsLayoutCreateInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::INDIRECT_COMMANDS_LAYOUT_CREATE_INFO_NV
impl Copy for IndirectCommandsLayoutCreateInfoNV
Auto Trait Implementations§
impl Freeze for IndirectCommandsLayoutCreateInfoNV
impl RefUnwindSafe for IndirectCommandsLayoutCreateInfoNV
impl !Send for IndirectCommandsLayoutCreateInfoNV
impl !Sync for IndirectCommandsLayoutCreateInfoNV
impl Unpin for IndirectCommandsLayoutCreateInfoNV
impl UnwindSafe for IndirectCommandsLayoutCreateInfoNV
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