Enum hate::gui::HAnchor [] [src]

pub enum HAnchor {
    Left,
    Middle,
    Right,
}

Variants

Trait Implementations

impl Clone for HAnchor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HAnchor
[src]

impl Debug for HAnchor
[src]

Formats the value using the given formatter.