Struct gio::Application[]

pub struct Application(_, _);

Methods

impl Application
[src]

Trait Implementations

impl Clone for Application

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Application

Formats the value using the given formatter. Read more

impl Hash for Application

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

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

impl StaticType for Application

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for Application

impl IsA<ActionGroup> for Application

impl IsA<ActionMap> for Application

impl IsA<Object> for Application

Auto Trait Implementations

impl !Send for Application

impl !Sync for Application