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
Auto Trait Implementations
impl RefUnwindSafe for GtkAccelLabel
impl !Send for GtkAccelLabel
impl !Sync for GtkAccelLabel
impl Unpin for GtkAccelLabel
impl UnwindSafe for GtkAccelLabel
Blanket Implementations
Mutably borrows from an owned value. Read more