Struct gspell_sys::GspellNavigatorInterface
source · [−]#[repr(C)]pub struct GspellNavigatorInterface {
pub parent_interface: GTypeInterface,
pub goto_next: Option<unsafe extern "C" fn(_: *mut GspellNavigator, _: *mut *mut c_char, _: *mut *mut GspellChecker, _: *mut *mut GError) -> gboolean>,
pub change: Option<unsafe extern "C" fn(_: *mut GspellNavigator, _: *const c_char, _: *const c_char)>,
pub change_all: Option<unsafe extern "C" fn(_: *mut GspellNavigator, _: *const c_char, _: *const c_char)>,
}Fields
parent_interface: GTypeInterfacegoto_next: Option<unsafe extern "C" fn(_: *mut GspellNavigator, _: *mut *mut c_char, _: *mut *mut GspellChecker, _: *mut *mut GError) -> gboolean>change: Option<unsafe extern "C" fn(_: *mut GspellNavigator, _: *const c_char, _: *const c_char)>change_all: Option<unsafe extern "C" fn(_: *mut GspellNavigator, _: *const c_char, _: *const c_char)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GspellNavigatorInterface
impl Send for GspellNavigatorInterface
impl Sync for GspellNavigatorInterface
impl Unpin for GspellNavigatorInterface
impl UnwindSafe for GspellNavigatorInterface
Blanket Implementations
Mutably borrows from an owned value. Read more