Trait avrox_display::gfx::dynamic::DisplayAs
source · pub trait DisplayAs<X> {
// Required methods
fn display_value(&self) -> X;
fn is_mutable(&self) -> bool;
}
Expand description
Trait implemented by things that we want to be able to display values of
Required Methods§
fn display_value(&self) -> X
sourcefn is_mutable(&self) -> bool
fn is_mutable(&self) -> bool
True if this value is mutable (i.e. can change underneath us :-).)