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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkLinkButton
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkLinkButton

impl !Sync for GtkLinkButton