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

#[repr(C)]
pub struct ClearRect { pub rect: Rect2D, pub base_array_layer: uint32_t, pub layer_count: uint32_t, }

Fields

Trait Implementations

impl Debug for ClearRect
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClearRect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ClearRect
[src]

impl Hash for ClearRect
[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