Rotate270

Type Alias Rotate270 

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

A coordinate transform that rotates the display by 270 degrees.

Aliased Typeยง

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