Struct vks::VkOffset2D [] [src]

#[repr(C)]
pub struct VkOffset2D { pub x: i32, pub y: i32, }

Fields

Trait Implementations

impl Debug for VkOffset2D
[src]

Formats the value using the given formatter.

impl Copy for VkOffset2D
[src]

impl Clone for VkOffset2D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkOffset2D
[src]

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