Struct dvk::core::VkExtent2D [] [src]

#[repr(C)]
pub struct VkExtent2D { pub width: uint32_t, pub height: uint32_t, }

Fields

Trait Implementations

impl Copy for VkExtent2D
[src]

impl Clone for VkExtent2D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more