Struct ash::vk::PipelineDynamicStateCreateInfo [−][src]
#[repr(C)]pub struct PipelineDynamicStateCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: PipelineDynamicStateCreateFlags, pub dynamic_state_count: u32, pub p_dynamic_states: *const DynamicState, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: PipelineDynamicStateCreateFlags
dynamic_state_count: u32
p_dynamic_states: *const DynamicState
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PipelineDynamicStateCreateInfo
impl !Sync for PipelineDynamicStateCreateInfo
impl Unpin for PipelineDynamicStateCreateInfo
impl UnwindSafe for PipelineDynamicStateCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more