Struct gtk_sys::GtkAccelLabel[][src]

#[repr(C)]
pub struct GtkAccelLabel { pub label: GtkLabel, pub priv_: *mut GtkAccelLabelPrivate, }

Fields

Trait Implementations

impl Copy for GtkAccelLabel
[src]

impl Clone for GtkAccelLabel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkAccelLabel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkAccelLabel

impl !Sync for GtkAccelLabel