Struct gtk::Entry []

pub struct Entry(_, _);

Methods

impl Entry
[src]

Trait Implementations

impl Clone for Entry

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Entry

Formats the value using the given formatter.

impl Hash for Entry

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for Entry

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for Entry

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

1.0.0
[src]

This method tests for !=.

impl Eq for Entry

impl IsA<Widget> for Entry

impl IsA<Buildable> for Entry

impl IsA<CellEditable> for Entry

impl IsA<Editable> for Entry

impl IsA<Object> for Entry

impl Default for Entry
[src]

[src]

Returns the "default value" for a type. Read more