Struct vks::vk::VkViewport [] [src]

#[repr(C)]
pub struct VkViewport { pub x: f32, pub y: f32, pub width: f32, pub height: f32, pub minDepth: f32, pub maxDepth: f32, }

Fields

Trait Implementations

impl Debug for VkViewport
[src]

[src]

Formats the value using the given formatter.

impl Copy for VkViewport
[src]

impl Clone for VkViewport
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkViewport
[src]

[src]

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