Enum sensehat_screen::frame::rotate::Rotate[][src]

pub enum Rotate {
    None,
    Ccw90,
    Ccw180,
    Ccw270,
}

A counter-clockwise angle, multiple of 90°, used to create rotated PixelFrames.

Variants

Trait Implementations

impl Copy for Rotate
[src]

impl Clone for Rotate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Rotate

impl Sync for Rotate