#[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: GTypeInterface§goto_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§
Source§fn clone(&self) -> GspellNavigatorInterface
fn clone(&self) -> GspellNavigatorInterface
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more