Enum zaplib_components::ChartData
source · [−]Expand description
Contains the data is going to be used to render the chart
Input data can be represented in different formats and we use references to avoid an extra copy
Variants
Empty
Values(&'a [f32])
Pairs(&'a [Vec2])
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ChartData<'a>
impl<'a> UnwindSafe for ChartData<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more