Struct vks::VkRect2D [] [src]

#[repr(C)]
pub struct VkRect2D { pub offset: VkOffset2D, pub extent: VkExtent2D, }

Fields

Trait Implementations

impl Debug for VkRect2D
[src]

Formats the value using the given formatter.

impl Copy for VkRect2D
[src]

impl Clone for VkRect2D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkRect2D
[src]

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