pub struct EdgeColors {
pub top: Color,
pub right: Color,
pub bottom: Color,
pub left: Color,
}
Expand description
Edge-specific colors for borders
Fields§
§top: Color
§right: Color
§bottom: Color
§left: Color
Trait Implementations§
Source§impl Clone for EdgeColors
impl Clone for EdgeColors
Source§fn clone(&self) -> EdgeColors
fn clone(&self) -> EdgeColors
Returns a copy of the value. Read more
1.0.0 · 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 EdgeColors
impl Debug for EdgeColors
Source§impl PartialEq for EdgeColors
impl PartialEq for EdgeColors
impl StructuralPartialEq for EdgeColors
Auto Trait Implementations§
impl Freeze for EdgeColors
impl RefUnwindSafe for EdgeColors
impl Send for EdgeColors
impl Sync for EdgeColors
impl Unpin for EdgeColors
impl UnwindSafe for EdgeColors
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Event for T
impl<T> Event for T
Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert to Any for downcasting (mutable)
Source§fn event_type(&self) -> &'static str
fn event_type(&self) -> &'static str
Get the event type name
Source§impl<T> Props for T
impl<T> Props for T
Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert to mutable Any for downcasting