Module types

Source
Expand description

The primitive types supported by Plotters coordinate system

Structs§

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
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
RangedSlice
A range that is defined by a slice of values.