Struct lava::nv::VkPipelineViewportWScalingStateCreateInfo[][src]

pub struct VkPipelineViewportWScalingStateCreateInfo<'a> {
    pub viewport_wscaling_enable: bool,
    pub viewport_wscalings: &'a [VkViewportWScaling],
}

Fields

Trait Implementations

impl<'a> Debug for VkPipelineViewportWScalingStateCreateInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkPipelineViewportWScalingStateCreateInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineViewportWScalingStateCreateInfo<'static>
[src]

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

Auto Trait Implementations