pub struct Marker {
pub label: String,
pub time_ms: EpochMs,
pub value: f64,
pub color: RgbColor,
pub size: i32,
pub shape: MarkerShape,
}Fields§
§label: String§time_ms: EpochMs§value: f64§color: RgbColor§size: i32§shape: MarkerShapeTrait Implementations§
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