Struct vk_sys::PipelineViewportStateCreateInfo[][src]

#[repr(C)]
pub struct PipelineViewportStateCreateInfo { pub sType: StructureType, pub pNext: *const c_void, pub flags: PipelineViewportStateCreateFlags, pub viewportCount: u32, pub pViewports: *const Viewport, pub scissorCount: u32, pub pScissors: *const Rect2D, }

Fields

sType: StructureTypepNext: *const c_voidflags: PipelineViewportStateCreateFlagsviewportCount: u32pViewports: *const ViewportscissorCount: u32pScissors: *const Rect2D

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.