Struct gtk_sys::GtkStatusIcon[][src]

#[repr(C)]
pub struct GtkStatusIcon { pub parent_instance: GObject, pub priv_: *mut GtkStatusIconPrivate, }

Fields

Trait Implementations

impl Copy for GtkStatusIcon
[src]

impl Clone for GtkStatusIcon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkStatusIcon
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkStatusIcon

impl !Sync for GtkStatusIcon