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