pub type SurfaceCreateInfoOHOS = OHSurfaceCreateInfoOHOS;Expand description
Aliased Type§
#[repr(C)]pub struct SurfaceCreateInfoOHOS {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: SurfaceCreateFlagsOHOS,
pub window: *mut c_void,
}Fields§
§s_type: StructureType§next: *const c_void§flags: SurfaceCreateFlagsOHOS§window: *mut c_void