Struct libspelling_sys::_SpellingLanguageClass
source · #[repr(C)]pub struct _SpellingLanguageClass { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _SpellingLanguageClass
impl RefUnwindSafe for _SpellingLanguageClass
impl !Send for _SpellingLanguageClass
impl !Sync for _SpellingLanguageClass
impl !Unpin for _SpellingLanguageClass
impl UnwindSafe for _SpellingLanguageClass
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