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