pub struct StyleAttr {
pub line_color: Color,
pub line_width: usize,
pub fill_color: Option<Color>,
pub rounded: usize,
pub font_size: usize,
}
Fields§
§line_color: Color
§line_width: usize
§fill_color: Option<Color>
§rounded: usize
§font_size: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StyleAttr
impl RefUnwindSafe for StyleAttr
impl Send for StyleAttr
impl Sync for StyleAttr
impl Unpin for StyleAttr
impl UnwindSafe for StyleAttr
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