Struct gspell_sys::GspellCheckerDialogClass
source · [−]#[repr(C)]pub struct GspellCheckerDialogClass {
pub parent_class: GtkDialogClass,
pub padding: [gpointer; 8],
}Fields
parent_class: GtkDialogClasspadding: [gpointer; 8]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GspellCheckerDialogClass
impl !Send for GspellCheckerDialogClass
impl !Sync for GspellCheckerDialogClass
impl Unpin for GspellCheckerDialogClass
impl UnwindSafe for GspellCheckerDialogClass
Blanket Implementations
Mutably borrows from an owned value. Read more