Struct dacite::khr_surface::SurfaceFormatKhr [] [src]

pub struct SurfaceFormatKhr {
    pub format: Format,
    pub color_space: ColorSpaceKhr,
}

Fields

Trait Implementations

impl Debug for SurfaceFormatKhr
[src]

Formats the value using the given formatter.

impl Copy for SurfaceFormatKhr
[src]

impl Clone for SurfaceFormatKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SurfaceFormatKhr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SurfaceFormatKhr
[src]

impl Hash for SurfaceFormatKhr
[src]

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

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

impl<'a> From<&'a VkSurfaceFormatKHR> for SurfaceFormatKhr
[src]

Performs the conversion.