Struct ash::vk::types::Viewport [] [src]

#[repr(C)]
pub struct Viewport { pub x: c_float, pub y: c_float, pub width: c_float, pub height: c_float, pub min_depth: c_float, pub max_depth: c_float, }

Fields

Trait Implementations

impl Debug for Viewport
[src]

Formats the value using the given formatter.

impl Clone for Viewport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more