Struct gtk_sys::GtkAccelLabel [−][src]
#[repr(C)]pub struct GtkAccelLabel { pub label: GtkLabel, pub priv_: *mut GtkAccelLabelPrivate, }
Fields
label: GtkLabelpriv_: *mut GtkAccelLabelPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkAccelLabelimpl !Send for GtkAccelLabelimpl !Sync for GtkAccelLabelimpl Unpin for GtkAccelLabelimpl UnwindSafe for GtkAccelLabelBlanket Implementations
Mutably borrows from an owned value. Read more