Struct lava::vk_pipeline_viewport_state_create_info::VkPipelineViewportStateCreateInfo[][src]

pub struct VkPipelineViewportStateCreateInfo<'a, 'b> {
    pub flags: VkPipelineViewportStateCreateFlags,
    pub viewports: Option<&'a [VkViewport]>,
    pub scissors: Option<&'b [VkRect2D]>,
}

Fields

Trait Implementations

impl<'a, 'b> Debug for VkPipelineViewportStateCreateInfo<'a, 'b>
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b> Clone for VkPipelineViewportStateCreateInfo<'a, 'b>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineViewportStateCreateInfo<'static, 'static>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a, 'b> Send for VkPipelineViewportStateCreateInfo<'a, 'b>

impl<'a, 'b> Sync for VkPipelineViewportStateCreateInfo<'a, 'b>