#[repr(C)]pub struct GspellChecker {
pub parent_instance: GObject,
}Fields§
§parent_instance: GObjectTrait Implementations§
Source§impl Clone for GspellChecker
impl Clone for GspellChecker
Source§fn clone(&self) -> GspellChecker
fn clone(&self) -> GspellChecker
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 moreSource§impl Debug for GspellChecker
impl Debug for GspellChecker
impl Copy for GspellChecker
Auto Trait Implementations§
impl Freeze for GspellChecker
impl RefUnwindSafe for GspellChecker
impl !Send for GspellChecker
impl !Sync for GspellChecker
impl Unpin for GspellChecker
impl UnwindSafe for GspellChecker
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