Struct dacite::khr_wayland_surface::WaylandSurfaceCreateInfoKhr [] [src]

pub struct WaylandSurfaceCreateInfoKhr {
    pub flags: WaylandSurfaceCreateFlagsKhr,
    pub display: *mut wl_display,
    pub surface: *mut wl_surface,
    pub chain: Option<WaylandSurfaceCreateInfoChainKhr>,
}

Fields

Trait Implementations

impl Debug for WaylandSurfaceCreateInfoKhr
[src]

Formats the value using the given formatter.

impl Clone for WaylandSurfaceCreateInfoKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WaylandSurfaceCreateInfoKhr
[src]

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

This method tests for !=.