Enum ringraphics::projection::CoordinateOrigin[][src]

pub enum CoordinateOrigin {
    TopLeft,
    BottomLeft,
    CenterUp,
    CenterDown,
}

Variants

Methods

impl CoordinateOrigin
[src]

Trait Implementations

impl Clone for CoordinateOrigin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CoordinateOrigin
[src]

impl Debug for CoordinateOrigin
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CoordinateOrigin

impl Sync for CoordinateOrigin