Expand description
Describes the width and color of a line.
The default stroke is the same as Stroke::none
.
Fields
width: f32
color: Color32
Implementations
Trait Implementations
impl Copy for Stroke
impl StructuralPartialEq for Stroke
Auto Trait Implementations
impl RefUnwindSafe for Stroke
impl Send for Stroke
impl Sync for Stroke
impl Unpin for Stroke
impl UnwindSafe for Stroke
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more