Struct gtk_sys::GtkFontButton
source · [−]#[repr(C)]pub struct GtkFontButton {
pub button: GtkButton,
pub priv_: *mut GtkFontButtonPrivate,
}
Fields
priv_: *mut GtkFontButtonPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkFontButton
impl !Send for GtkFontButton
impl !Sync for GtkFontButton
impl Unpin for GtkFontButton
impl UnwindSafe for GtkFontButton
Blanket Implementations
Mutably borrows from an owned value. Read more