#[repr(C)]pub struct PipelineDynamicStateCreateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: PipelineDynamicStateCreateFlags,
pub dynamicStateCount: u32,
pub pDynamicStates: *const DynamicState,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§flags: PipelineDynamicStateCreateFlags
§dynamicStateCount: u32
§pDynamicStates: *const DynamicState
Auto Trait Implementations§
impl Freeze for PipelineDynamicStateCreateInfo
impl RefUnwindSafe for PipelineDynamicStateCreateInfo
impl !Send for PipelineDynamicStateCreateInfo
impl !Sync for PipelineDynamicStateCreateInfo
impl Unpin for PipelineDynamicStateCreateInfo
impl UnwindSafe for PipelineDynamicStateCreateInfo
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