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