Enum gdk_sys::GdkWindowEdge [] [src]

pub enum GdkWindowEdge {
    NorthWest,
    North,
    NorthEast,
    West,
    East,
    SouthWest,
    South,
    SouthEast,
}

Variants

Trait Implementations

impl Clone for GdkWindowEdge
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GdkWindowEdge
[src]

impl Debug for GdkWindowEdge
[src]

[]

Formats the value using the given formatter.

impl Eq for GdkWindowEdge
[src]

impl PartialEq for GdkWindowEdge
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.