pub trait AsRawConfig {
// Required method
fn raw_config(&self) -> RawConfig;
}
Expand description
Get the raw config.
Required Methods§
Sourcefn raw_config(&self) -> RawConfig
fn raw_config(&self) -> RawConfig
Obtain the RawConfig
of the underlying Api.
Implementors§
impl AsRawConfig for glutin::config::Config
impl AsRawConfig for glutin::api::egl::config::Config
Available on
egl_backend
only.impl AsRawConfig for glutin::api::wgl::config::Config
Available on
wgl_backend
only.