Struct lava::vk_extent_3d::VkExtent3D[][src]

pub struct VkExtent3D {
    pub width: usize,
    pub height: usize,
    pub depth: usize,
}

Fields

Trait Implementations

impl Debug for VkExtent3D
[src]

Formats the value using the given formatter. Read more

impl Clone for VkExtent3D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkExtent3D
[src]

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

Auto Trait Implementations

impl Send for VkExtent3D

impl Sync for VkExtent3D