Enum gtk_sys::GtkSizeGroupMode [] [src]

#[repr(C)]
pub enum GtkSizeGroupMode { None, Horizontal, Vertical, Both, }

Variants

Trait Implementations

impl Clone for GtkSizeGroupMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GtkSizeGroupMode
[src]

impl Debug for GtkSizeGroupMode
[src]

Formats the value using the given formatter.

impl Eq for GtkSizeGroupMode
[src]

impl PartialEq for GtkSizeGroupMode
[src]

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

This method tests for !=.