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 GtkAccelLabelimpl Clone for GtkAccelLabel[src]
impl Clone for GtkAccelLabelfn clone(&self) -> GtkAccelLabel[src]
fn clone(&self) -> GtkAccelLabelReturns 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 GtkAccelLabelAuto Trait Implementations
impl !Send for GtkAccelLabel
impl !Send for GtkAccelLabelimpl !Sync for GtkAccelLabel
impl !Sync for GtkAccelLabel