Enum gtk_sys::GtkIconSize [] [src]

pub enum GtkIconSize {
    Invalid,
    Menu,
    SmallToolbar,
    LargeToolbar,
    Button,
    Dnd,
    Dialog,
}

Variants

Trait Implementations

impl Clone for GtkIconSize
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkIconSize
[src]

impl Debug for GtkIconSize
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkIconSize
[src]

impl PartialEq for GtkIconSize
[src]

[]

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

[]

This method tests for !=.