pub struct BorderLine {
pub width: f64,
pub color: Color,
pub style: LineStyle,
}Expand description
Individual border line style
Fields§
§width: f64Line width
color: ColorLine color
style: LineStyleLine style
Trait Implementations§
Source§impl Clone for BorderLine
impl Clone for BorderLine
Source§fn clone(&self) -> BorderLine
fn clone(&self) -> BorderLine
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for BorderLine
impl RefUnwindSafe for BorderLine
impl Send for BorderLine
impl Sync for BorderLine
impl Unpin for BorderLine
impl UnwindSafe for BorderLine
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