Enum gtk_sys::GtkOrientation [] [src]

#[repr(C)]
pub enum GtkOrientation { Horizontal, Vertical, }

Variants

Trait Implementations

impl Clone for GtkOrientation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GtkOrientation
[src]

impl Debug for GtkOrientation
[src]

Formats the value using the given formatter.

impl Eq for GtkOrientation
[src]

impl PartialEq for GtkOrientation
[src]

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

This method tests for !=.