Struct gtk::AppChooserWidget []

pub struct AppChooserWidget(_, _);

Methods

impl AppChooserWidget
[src]

[src]

Trait Implementations

impl Clone for AppChooserWidget

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AppChooserWidget

Formats the value using the given formatter. Read more

impl Hash for AppChooserWidget

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 AppChooserWidget

Returns the type identifier of Self.

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

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 AppChooserWidget

impl IsA<Box> for AppChooserWidget

impl IsA<Container> for AppChooserWidget

impl IsA<Widget> for AppChooserWidget

impl IsA<Buildable> for AppChooserWidget

impl IsA<Orientable> for AppChooserWidget

impl IsA<AppChooser> for AppChooserWidget

impl IsA<Object> for AppChooserWidget

Auto Trait Implementations