#[repr(C)]pub struct PipelineViewportStateCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: PipelineViewportStateCreateFlags,
pub viewport_count: u32,
pub viewports: *const Viewport,
pub scissor_count: u32,
pub scissors: *const Rect2D,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: PipelineViewportStateCreateFlagsviewport_count: u32viewports: *const Viewportscissor_count: u32scissors: *const Rect2DTrait 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 PipelineViewportStateCreateInfo
impl !Sync for PipelineViewportStateCreateInfo
impl Unpin for PipelineViewportStateCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more