Struct dacite::khr_display::DisplayModeParametersKhr [] [src]

pub struct DisplayModeParametersKhr {
    pub visible_region: Extent2D,
    pub refresh_rate: u32,
}

Fields

Trait Implementations

impl Debug for DisplayModeParametersKhr
[src]

Formats the value using the given formatter.

impl Copy for DisplayModeParametersKhr
[src]

impl Clone for DisplayModeParametersKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DisplayModeParametersKhr
[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 DisplayModeParametersKhr
[src]

impl Hash for DisplayModeParametersKhr
[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 VkDisplayModeParametersKHR> for DisplayModeParametersKhr
[src]

Performs the conversion.