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::cgl::config::Config

Available on cgl_backend only.