pub struct RunOption {
pub clear_color: [f32; 4],
pub viewport_builder: Option<ViewportBuilder>,
pub follow_system_theme: bool,
pub default_theme: Theme,
}Expand description
egui-ash run option.
Fields§
§clear_color: [f32; 4]window clear color.
viewport_builder: Option<ViewportBuilder>viewport builder for root window.
follow_system_theme: boolfollow system theme.
default_theme: Themedefault theme.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RunOption
impl Send for RunOption
impl Sync for RunOption
impl Unpin for RunOption
impl UnwindSafe for RunOption
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more