Struct gtk_sys::GtkLinkButton
[−]
[src]
#[repr(C)]pub struct GtkLinkButton { pub parent_instance: GtkButton, pub priv_: *mut GtkLinkButtonPrivate, }
Fields
parent_instance: GtkButton
priv_: *mut GtkLinkButtonPrivate
Trait Implementations
impl Copy for GtkLinkButton
[src]
impl Clone for GtkLinkButton
[src]
fn clone(&self) -> GtkLinkButton
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more