Struct dacite::khr_display::DisplayPropertiesKhr [] [src]

pub struct DisplayPropertiesKhr {
    pub display: DisplayKhr,
    pub display_name: Option<String>,
    pub physical_dimensions: Extent2D,
    pub physical_resolution: Extent2D,
    pub supported_transforms: SurfaceTransformFlagsKhr,
    pub plane_reorder_possible: bool,
    pub persistent_content: bool,
}

Fields

Trait Implementations

impl Debug for DisplayPropertiesKhr
[src]

Formats the value using the given formatter.

impl Clone for DisplayPropertiesKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DisplayPropertiesKhr
[src]

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

This method tests for !=.