Struct vks::VkExtent3D [] [src]

#[repr(C)]
pub struct VkExtent3D { pub width: u32, pub height: u32, pub depth: u32, }

Fields

Trait Implementations

impl Debug for VkExtent3D
[src]

Formats the value using the given formatter.

impl Copy for VkExtent3D
[src]

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