#[repr(C)]pub struct WebKitWebContext {
pub parent: GObject,
pub priv_: *mut WebKitWebContextPrivate,
}Fields§
§parent: GObject§priv_: *mut WebKitWebContextPrivateTrait Implementations§
Source§impl Clone for WebKitWebContext
impl Clone for WebKitWebContext
Source§fn clone(&self) -> WebKitWebContext
fn clone(&self) -> WebKitWebContext
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 WebKitWebContext
Auto Trait Implementations§
impl !Send for WebKitWebContext
impl !Sync for WebKitWebContext
impl Freeze for WebKitWebContext
impl RefUnwindSafe for WebKitWebContext
impl Unpin for WebKitWebContext
impl UnsafeUnpin for WebKitWebContext
impl UnwindSafe for WebKitWebContext
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