Rotate90

Type Alias Rotate90 

Source
pub type Rotate90<T> = CoordinateTransform<T, true, false, true>;
Expand description

A coordinate transform that rotates the display by 90 degrees.

Aliased Typeยง

pub struct Rotate90<T> { /* private fields */ }