#[repr(C)]pub struct WebKitWebPage {
pub parent: GObject,
pub priv_: *mut WebKitWebPagePrivate,
}
Fields
parent: GObject
priv_: *mut WebKitWebPagePrivate
Trait Implementations
sourceimpl Clone for WebKitWebPage
impl Clone for WebKitWebPage
sourcefn clone(&self) -> WebKitWebPage
fn clone(&self) -> WebKitWebPage
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 WebKitWebPage
impl Debug for WebKitWebPage
impl Copy for WebKitWebPage
Auto Trait Implementations
impl RefUnwindSafe for WebKitWebPage
impl !Send for WebKitWebPage
impl !Sync for WebKitWebPage
impl Unpin for WebKitWebPage
impl UnwindSafe for WebKitWebPage
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