Struct dacite::khr_display::DisplaySurfaceCreateInfoKhr [] [src]

pub struct DisplaySurfaceCreateInfoKhr {
    pub flags: DisplaySurfaceCreateFlagsKhr,
    pub display_mode: DisplayModeKhr,
    pub plane_index: u32,
    pub plane_stack_index: u32,
    pub transform: SurfaceTransformFlagBitsKhr,
    pub global_alpha: f32,
    pub alpha_mode: DisplayPlaneAlphaFlagBitsKhr,
    pub image_extent: Extent2D,
    pub chain: Option<DisplaySurfaceCreateInfoChainKhr>,
}

Fields

Trait Implementations

impl Debug for DisplaySurfaceCreateInfoKhr
[src]

Formats the value using the given formatter.

impl Clone for DisplaySurfaceCreateInfoKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DisplaySurfaceCreateInfoKhr
[src]

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

This method tests for !=.