Struct ash::vk::types::Rect2D [] [src]

#[repr(C)]
pub struct Rect2D { pub offset: Offset2D, pub extent: Extent2D, }

Fields

Trait Implementations

impl Debug for Rect2D
[src]

Formats the value using the given formatter.

impl Clone for Rect2D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Rect2D
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more