#[repr(C)]pub struct PipelineDynamicStateCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: PipelineDynamicStateCreateFlags,
pub dynamic_state_count: u32,
pub dynamic_states: *const DynamicState,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: PipelineDynamicStateCreateFlagsdynamic_state_count: u32dynamic_states: *const DynamicStateTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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