Struct gtk_sys::GtkLinkButton
source · [−]#[repr(C)]pub struct GtkLinkButton {
pub parent_instance: GtkButton,
pub priv_: *mut GtkLinkButtonPrivate,
}Fields
parent_instance: GtkButtonpriv_: *mut GtkLinkButtonPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkLinkButton
impl !Send for GtkLinkButton
impl !Sync for GtkLinkButton
impl Unpin for GtkLinkButton
impl UnwindSafe for GtkLinkButton
Blanket Implementations
Mutably borrows from an owned value. Read more