Enum gdk_sys::GdkGravity [] [src]

#[repr(C)]
pub enum GdkGravity { NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast, Static, }

Variants

Trait Implementations

impl Clone for GdkGravity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GdkGravity
[src]

impl Debug for GdkGravity
[src]

Formats the value using the given formatter.

impl Eq for GdkGravity
[src]

impl PartialEq for GdkGravity
[src]

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

This method tests for !=.