Struct lava::VkOffset2D[][src]

pub struct VkOffset2D {
    pub x: isize,
    pub y: isize,
}

Fields

Trait Implementations

impl Debug for VkOffset2D
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for VkOffset2D

impl Sync for VkOffset2D