Struct ash::vk::AndroidSurfaceCreateInfoKHR
source · #[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§
source§impl AndroidSurfaceCreateInfoKHR
impl AndroidSurfaceCreateInfoKHR
pub fn builder<'a>() -> AndroidSurfaceCreateInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for AndroidSurfaceCreateInfoKHR
impl Clone for AndroidSurfaceCreateInfoKHR
source§fn clone(&self) -> AndroidSurfaceCreateInfoKHR
fn clone(&self) -> AndroidSurfaceCreateInfoKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more