Struct egl::EGLConfigList [] [src]

pub struct EGLConfigList {
    pub configs: EGLConfig,
    pub count: int32_t,
}

Fields