Struct dacite::khr_win32_surface::Win32SurfaceCreateInfoKhr [] [src]

pub struct Win32SurfaceCreateInfoKhr {
    pub flags: Win32SurfaceCreateFlagsKhr,
    pub hinstance: HINSTANCE,
    pub hwnd: HWND,
    pub chain: Option<Win32SurfaceCreateInfoChainKhr>,
}

Fields

Trait Implementations

impl Debug for Win32SurfaceCreateInfoKhr
[src]

Formats the value using the given formatter.

impl Clone for Win32SurfaceCreateInfoKhr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Win32SurfaceCreateInfoKhr
[src]

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

This method tests for !=.