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