Struct gtk_sys::GtkLinkButton[][src]

#[repr(C)]
pub struct GtkLinkButton { pub parent_instance: GtkButton, pub priv_: *mut GtkLinkButtonPrivate, }

Fields

Trait Implementations

impl Copy for GtkLinkButton
[src]

impl Clone for GtkLinkButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkLinkButton
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkLinkButton

impl !Sync for GtkLinkButton