Struct charts_rs::AxisValues
source · pub struct AxisValues {
pub data: Vec<String>,
pub min: f32,
pub max: f32,
}Fields§
§data: Vec<String>§min: f32§max: f32Trait Implementations§
source§impl Clone for AxisValues
impl Clone for AxisValues
source§fn clone(&self) -> AxisValues
fn clone(&self) -> AxisValues
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AxisValues
impl Debug for AxisValues
source§impl Default for AxisValues
impl Default for AxisValues
source§fn default() -> AxisValues
fn default() -> AxisValues
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for AxisValues
impl Send for AxisValues
impl Sync for AxisValues
impl Unpin for AxisValues
impl UnwindSafe for AxisValues
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
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().