glutin::config

Trait AsRawConfig

Source
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

Source§

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