pub struct StrokeInstance {
pub color: Color,
pub width: f64,
pub style: StrokeStyle,
}
Expand description
Represents the outer stroke of a drawable element
Fields§
§color: Color
§width: f64
§style: StrokeStyle
Auto Trait Implementations§
impl Freeze for StrokeInstance
impl RefUnwindSafe for StrokeInstance
impl !Send for StrokeInstance
impl !Sync for StrokeInstance
impl Unpin for StrokeInstance
impl UnwindSafe for StrokeInstance
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, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.