Struct me3_framework::overlay::style::DebugOptions
source · [−]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: bool
However over widgets to see their rectangles
show_expand_width: bool
Show which widgets make their parent wider
show_expand_height: bool
Show which widgets make their parent higher
show_resize: bool
Implementations
sourceimpl DebugOptions
impl DebugOptions
Trait Implementations
sourceimpl Clone for DebugOptions
impl Clone for DebugOptions
sourcefn clone(&self) -> DebugOptions
fn clone(&self) -> DebugOptions
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DebugOptions
impl Debug for DebugOptions
sourceimpl Default for DebugOptions
impl Default for DebugOptions
sourcefn default() -> DebugOptions
fn default() -> DebugOptions
Returns the “default value” for a type. Read more
sourceimpl PartialEq<DebugOptions> for DebugOptions
impl PartialEq<DebugOptions> for DebugOptions
sourcefn eq(&self, other: &DebugOptions) -> bool
fn eq(&self, other: &DebugOptions) -> bool
impl Copy for DebugOptions
impl StructuralPartialEq for DebugOptions
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more