Struct lava::VkRect2D[][src]

pub struct VkRect2D {
    pub offset: VkOffset2D,
    pub extent: VkExtent2D,
}

Fields

Trait Implementations

impl Debug for VkRect2D
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for VkRect2D

impl Sync for VkRect2D