#[repr(C)]pub struct PipelineInputAssemblyStateCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: PipelineInputAssemblyStateCreateFlags,
pub topology: PrimitiveTopology,
pub primitive_restart_enable: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§flags: PipelineInputAssemblyStateCreateFlags§topology: PrimitiveTopology§primitive_restart_enable: Bool32Trait Implementations§
Source§impl Clone for PipelineInputAssemblyStateCreateInfo
impl Clone for PipelineInputAssemblyStateCreateInfo
Source§fn clone(&self) -> PipelineInputAssemblyStateCreateInfo
fn clone(&self) -> PipelineInputAssemblyStateCreateInfo
Returns a duplicate 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 PartialEq for PipelineInputAssemblyStateCreateInfo
impl PartialEq for PipelineInputAssemblyStateCreateInfo
Source§fn eq(&self, other: &PipelineInputAssemblyStateCreateInfo) -> bool
fn eq(&self, other: &PipelineInputAssemblyStateCreateInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PipelineInputAssemblyStateCreateInfo
impl Eq for PipelineInputAssemblyStateCreateInfo
impl Send for PipelineInputAssemblyStateCreateInfo
impl StructuralPartialEq for PipelineInputAssemblyStateCreateInfo
impl Sync for PipelineInputAssemblyStateCreateInfo
Auto Trait Implementations§
impl Freeze for PipelineInputAssemblyStateCreateInfo
impl RefUnwindSafe 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