pub struct DebugIndication {
pub press_color: Color,
pub hover_color: Color,
pub focus_color: Color,
}๐Deprecated
Expand description
A debug indication that draws colored overlays for hover/press/focus.
Fieldsยง
ยงpress_color: Color๐Deprecated
ยงhover_color: Color๐Deprecated
ยงfocus_color: Color๐Deprecated
Trait Implementationsยง
Sourceยงimpl Clone for DebugIndication
impl Clone for DebugIndication
Sourceยงfn clone(&self) -> DebugIndication
fn clone(&self) -> DebugIndication
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Debug for DebugIndication
impl Debug for DebugIndication
Sourceยงimpl Default for DebugIndication
impl Default for DebugIndication
impl Indication for DebugIndication
Sourceยงimpl IndicationNodeFactory for DebugIndication
impl IndicationNodeFactory for DebugIndication
fn create( &self, interaction_source: &InteractionSource, ) -> Box<dyn IndicationDrawNode>
Auto Trait Implementationsยง
impl Freeze for DebugIndication
impl RefUnwindSafe for DebugIndication
impl Send for DebugIndication
impl Sync for DebugIndication
impl Unpin for DebugIndication
impl UnsafeUnpin for DebugIndication
impl UnwindSafe for DebugIndication
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