pub struct Marker {
pub color: Color,
pub radius: f32,
}Expand description
Specifier for how to draw a shape (not necessarily a circle)
Fields§
§color: ColorThe color to draw it with
radius: f32The radius of the shape
Trait Implementations§
impl Copy for Marker
Source§impl PartialOrd for Marker
impl PartialOrd for Marker
impl StructuralPartialEq for Marker
Auto Trait Implementations§
impl Freeze for Marker
impl RefUnwindSafe for Marker
impl Send for Marker
impl Sync for Marker
impl Unpin for Marker
impl UnsafeUnpin for Marker
impl UnwindSafe for Marker
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