Struct dacite::khr_xcb_surface::XcbSurfaceCreateInfoKhr [] [src]

pub struct XcbSurfaceCreateInfoKhr {
    pub flags: XcbSurfaceCreateFlagsKhr,
    pub connection: *mut xcb_connection_t,
    pub window: xcb_window_t,
    pub chain: Option<XcbSurfaceCreateInfoChainKhr>,
}

Fields

Trait Implementations

impl Debug for XcbSurfaceCreateInfoKhr
[src]

Formats the value using the given formatter.

impl Clone for XcbSurfaceCreateInfoKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for XcbSurfaceCreateInfoKhr
[src]

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

This method tests for !=.