pub struct ThemeBorders {
pub thin: f64,
pub medium: f64,
pub thick: f64,
pub radius: f64,
}Expand description
Border configuration for themes
Fields§
§thin: f64Thin border width
medium: f64Medium border width
thick: f64Thick border width
radius: f64Border radius for rounded corners
Implementations§
Trait Implementations§
Source§impl Clone for ThemeBorders
impl Clone for ThemeBorders
Source§fn clone(&self) -> ThemeBorders
fn clone(&self) -> ThemeBorders
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 ThemeBorders
impl Debug for ThemeBorders
Auto Trait Implementations§
impl Freeze for ThemeBorders
impl RefUnwindSafe for ThemeBorders
impl Send for ThemeBorders
impl Sync for ThemeBorders
impl Unpin for ThemeBorders
impl UnsafeUnpin for ThemeBorders
impl UnwindSafe for ThemeBorders
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