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]

[src]

Formats the value using the given formatter. Read more

impl Clone for Viewport
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Viewport
[src]

Auto Trait Implementations

impl Send for Viewport

impl Sync for Viewport