Enum gtk_sys::GtkEntryIconPosition [] [src]

#[repr(C)]
pub enum GtkEntryIconPosition { Primary, Secondary, }

Variants

Trait Implementations

impl Clone for GtkEntryIconPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GtkEntryIconPosition
[src]

impl Debug for GtkEntryIconPosition
[src]

Formats the value using the given formatter.

impl Eq for GtkEntryIconPosition
[src]

impl PartialEq for GtkEntryIconPosition
[src]

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

This method tests for !=.