pub enum Stroke {
Color(Color, f32),
None,
}
Expand description
stroke:{self}
Variants§
Trait Implementations§
source§impl PartialEq for Stroke
impl PartialEq for Stroke
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§
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