Struct ash::vk::AndroidSurfaceCreateInfoKHR [−][src]
#[repr(C)]pub struct AndroidSurfaceCreateInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub flags: AndroidSurfaceCreateFlagsKHR, pub window: *mut ANativeWindow, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: AndroidSurfaceCreateFlagsKHR
window: *mut ANativeWindow
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AndroidSurfaceCreateInfoKHR
impl !Send for AndroidSurfaceCreateInfoKHR
impl !Sync for AndroidSurfaceCreateInfoKHR
impl Unpin for AndroidSurfaceCreateInfoKHR
impl UnwindSafe for AndroidSurfaceCreateInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more