Struct bracket_terminal::prelude::InitHints [−][src]
pub struct InitHints {
pub vsync: bool,
pub fullscreen: bool,
pub gl_version: GlRequest,
pub gl_profile: GlProfile,
pub hardware_acceleration: bool,
pub srgb: bool,
pub frame_sleep_time: Option<f32>,
pub resize_scaling: bool,
}Fields
vsync: boolfullscreen: boolgl_version: GlRequestgl_profile: GlProfilehardware_acceleration: boolsrgb: boolframe_sleep_time: Option<f32>resize_scaling: boolImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InitHintsimpl UnwindSafe for InitHints