Struct lava::VkViewport[][src]

pub struct VkViewport {
    pub x: f32,
    pub y: f32,
    pub width: f32,
    pub height: f32,
    pub min_depth: f32,
    pub max_depth: f32,
}

Fields

Trait Implementations

impl Debug for VkViewport
[src]

Formats the value using the given formatter. Read more

impl Clone for VkViewport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkViewport
[src]

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

Auto Trait Implementations

impl Send for VkViewport

impl Sync for VkViewport