Struct dacite::khr_display_swapchain::DisplayPresentInfoKhr [] [src]

pub struct DisplayPresentInfoKhr {
    pub src_rect: Rect2D,
    pub dst_rect: Rect2D,
    pub persistent: bool,
    pub chain: Option<DisplayPresentInfoChainKhr>,
}

Fields

Trait Implementations

impl Debug for DisplayPresentInfoKhr
[src]

Formats the value using the given formatter.

impl Clone for DisplayPresentInfoKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DisplayPresentInfoKhr
[src]

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

This method tests for !=.