Struct gtk_sys::GtkAccelLabel [−][src]
#[repr(C)]pub struct GtkAccelLabel { pub label: GtkLabel, pub priv_: *mut GtkAccelLabelPrivate, }
Fields
label: GtkLabel
priv_: *mut GtkAccelLabelPrivate
Trait Implementations
impl Copy for GtkAccelLabel
[src]
impl Copy for GtkAccelLabel
impl Clone for GtkAccelLabel
[src]
impl Clone for GtkAccelLabel
fn clone(&self) -> GtkAccelLabel
[src]
fn clone(&self) -> GtkAccelLabel
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkAccelLabel
[src]
impl Debug for GtkAccelLabel
Auto Trait Implementations
impl !Send for GtkAccelLabel
impl !Send for GtkAccelLabel
impl !Sync for GtkAccelLabel
impl !Sync for GtkAccelLabel