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

#[repr(C)]
pub struct FormatProperties { pub linear_tiling_features: FormatFeatureFlags, pub optimal_tiling_features: FormatFeatureFlags, pub buffer_features: FormatFeatureFlags, }

Fields

Trait Implementations

impl Debug for FormatProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FormatProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FormatProperties
[src]

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