Struct egui::style::DebugOptions  [−][src]
pub struct DebugOptions {
    pub debug_on_hover: bool,
    pub show_expand_width: bool,
    pub show_expand_height: bool,
    pub show_resize: bool,
}Expand description
Options for help debug egui by adding extra visualization
Fields
debug_on_hover: boolHowever over widgets to see their rectangles
show_expand_width: boolShow which widgets make their parent wider
show_expand_height: boolShow which widgets make their parent higher
show_resize: boolImplementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DebugOptions
impl Send for DebugOptions
impl Sync for DebugOptions
impl Unpin for DebugOptions
impl UnwindSafe for DebugOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
