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

#[repr(C)]
pub struct AndroidSurfaceCreateInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub flags: AndroidSurfaceCreateFlagsKHR, pub window: *mut ANativeWindow, }

Fields

Trait Implementations

impl Debug for AndroidSurfaceCreateInfoKHR
[src]

Formats the value using the given formatter.

impl Clone for AndroidSurfaceCreateInfoKHR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more