pub trait AsRawConfig {
    // Required method
    fn raw_config(&self) -> RawConfig;
}
Expand description

Get the raw config.

Required Methods§

source

fn raw_config(&self) -> RawConfig

Obtain the RawConfig of the underlying Api.

Implementors§

source§

impl AsRawConfig for glutin::config::Config

source§

impl AsRawConfig for glutin::api::egl::config::Config

Available on egl_backend only.
source§

impl AsRawConfig for glutin::api::glx::config::Config

Available on glx_backend only.