[go: up one dir, main page]

Module types

Source
Expand description

The primitive types supported by Plotters coordinate system

Structs§

Monthlychrono
Indicates the coord has a monthly resolution
RangedCoordf32
The ranged coordinate for type f32
RangedCoordf64
The ranged coordinate for type f64
RangedCoordi32
The ranged coordinate for type i32
RangedCoordi64
The ranged coordinate for type i64
RangedCoordi128
The ranged coordinate for type i128
RangedCoordisize
The ranged coordinate for type isize
RangedCoordu32
The ranged coordinate for type u32
RangedCoordu64
The ranged coordinate for type u64
RangedCoordu128
The ranged coordinate for type u128
RangedCoordusize
The ranged coordinate for type usize
RangedDatechrono
The ranged coordinate for date
RangedDateTimechrono
The ranged coordinate for the date and time
RangedDurationchrono
The coordinate that for duration of time
RangedSlice
A range that is defined by a slice of values.
Yearlychrono
Indicate the coord has a yearly granularity.

Traits§

IntoMonthlychrono
The trait that converts a normal date coord into a monthly one
IntoYearlychrono
The trait that converts a normal date coord into a yearly one