#[repr(C)]pub struct PipelineInputAssemblyStateCreateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: PipelineInputAssemblyStateCreateFlags,
pub topology: PrimitiveTopology,
pub primitiveRestartEnable: Bool32,
}Fields§
§sType: StructureType§pNext: *const c_void§flags: PipelineInputAssemblyStateCreateFlags§topology: PrimitiveTopology§primitiveRestartEnable: Bool32Auto Trait Implementations§
impl Freeze for PipelineInputAssemblyStateCreateInfo
impl RefUnwindSafe for PipelineInputAssemblyStateCreateInfo
impl !Send for PipelineInputAssemblyStateCreateInfo
impl !Sync for PipelineInputAssemblyStateCreateInfo
impl Unpin for PipelineInputAssemblyStateCreateInfo
impl UnwindSafe for PipelineInputAssemblyStateCreateInfo
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