Rotate180

Type Alias Rotate180 

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

A coordinate transform that rotates the display by 180 degrees.

Aliased Typeยง

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