pub struct DebugIndication {
pub press_color: Color,
pub hover_color: Color,
pub focus_color: Color,
}Expand description
A debug indication that draws colored overlays for hover/press/focus.
Fields§
§press_color: Color§hover_color: Color§focus_color: ColorTrait 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