Struct lava::vk_offset_3d::VkOffset3D[][src]

pub struct VkOffset3D {
    pub x: isize,
    pub y: isize,
    pub z: isize,
}

Fields

Trait Implementations

impl Debug for VkOffset3D
[src]

Formats the value using the given formatter. Read more

impl Clone for VkOffset3D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkOffset3D
[src]

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

Auto Trait Implementations

impl Send for VkOffset3D

impl Sync for VkOffset3D