Struct gspell_sys::GspellCheckerClass
source · [−]#[repr(C)]pub struct GspellCheckerClass {
pub parent_class: GObjectClass,
pub word_added_to_personal: Option<unsafe extern "C" fn(_: *mut GspellChecker, _: *const c_char)>,
pub word_added_to_session: Option<unsafe extern "C" fn(_: *mut GspellChecker, _: *const c_char)>,
pub session_cleared: Option<unsafe extern "C" fn(_: *mut GspellChecker)>,
pub padding: [gpointer; 12],
}Fields
parent_class: GObjectClassword_added_to_personal: Option<unsafe extern "C" fn(_: *mut GspellChecker, _: *const c_char)>word_added_to_session: Option<unsafe extern "C" fn(_: *mut GspellChecker, _: *const c_char)>session_cleared: Option<unsafe extern "C" fn(_: *mut GspellChecker)>padding: [gpointer; 12]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GspellCheckerClass
impl !Send for GspellCheckerClass
impl !Sync for GspellCheckerClass
impl Unpin for GspellCheckerClass
impl UnwindSafe for GspellCheckerClass
Blanket Implementations
Mutably borrows from an owned value. Read more