#[repr(C)]pub struct WebKitEditorState {
pub parent: GObject,
pub priv_: *mut WebKitEditorStatePrivate,
}Fields§
§parent: GObject§priv_: *mut WebKitEditorStatePrivateTrait Implementations§
Source§impl Clone for WebKitEditorState
impl Clone for WebKitEditorState
Source§fn clone(&self) -> WebKitEditorState
fn clone(&self) -> WebKitEditorState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WebKitEditorState
Auto Trait Implementations§
impl !Send for WebKitEditorState
impl !Sync for WebKitEditorState
impl Freeze for WebKitEditorState
impl RefUnwindSafe for WebKitEditorState
impl Unpin for WebKitEditorState
impl UnsafeUnpin 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