#[repr(C)]pub struct AndroidSurfaceCreateInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: AndroidSurfaceCreateFlagsKHR,
pub window: *mut ANativeWindow,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: AndroidSurfaceCreateFlagsKHRwindow: *mut ANativeWindowTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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