#[repr(C)]pub struct WebKitWebEditor {
pub parent: GObject,
pub priv_: *mut WebKitWebEditorPrivate,
}
Fields
parent: GObject
priv_: *mut WebKitWebEditorPrivate
Trait Implementations
sourceimpl Clone for WebKitWebEditor
impl Clone for WebKitWebEditor
sourcefn clone(&self) -> WebKitWebEditor
fn clone(&self) -> WebKitWebEditor
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WebKitWebEditor
impl Debug for WebKitWebEditor
impl Copy for WebKitWebEditor
Auto Trait Implementations
impl RefUnwindSafe for WebKitWebEditor
impl !Send for WebKitWebEditor
impl !Sync for WebKitWebEditor
impl Unpin for WebKitWebEditor
impl UnwindSafe for WebKitWebEditor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more