Struct ash::vk::types::Win32SurfaceCreateInfoKHR [] [src]

#[repr(C)]
pub struct Win32SurfaceCreateInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub flags: Win32SurfaceCreateFlagsKHR, pub hinstance: HINSTANCE, pub hwnd: HWND, }

Fields

Trait Implementations

impl Debug for Win32SurfaceCreateInfoKHR
[src]

[src]

Formats the value using the given formatter.

impl Clone for Win32SurfaceCreateInfoKHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more