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]

Formats the value using the given formatter.

impl Clone for FormatProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for FormatProperties
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.