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]

[src]

Formats the value using the given formatter. Read more

impl Clone for Rect2D
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Rect2D
[src]

impl Hash for Rect2D
[src]

[src]

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

1.3.0
[src]

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

Auto Trait Implementations

impl Send for Rect2D

impl Sync for Rect2D