Struct webkit2gtk_sys::WebKitWebViewBase
source · #[repr(C)]pub struct WebKitWebViewBase {
pub parent: GtkContainer,
pub priv_: *mut WebKitWebViewBasePrivate,
}
Fields§
§parent: GtkContainer
§priv_: *mut WebKitWebViewBasePrivate
Trait Implementations§
source§impl Clone for WebKitWebViewBase
impl Clone for WebKitWebViewBase
source§fn clone(&self) -> WebKitWebViewBase
fn clone(&self) -> WebKitWebViewBase
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WebKitWebViewBase
impl Debug for WebKitWebViewBase
impl Copy for WebKitWebViewBase
Auto Trait Implementations§
impl RefUnwindSafe for WebKitWebViewBase
impl !Send for WebKitWebViewBase
impl !Sync for WebKitWebViewBase
impl Unpin for WebKitWebViewBase
impl UnwindSafe for WebKitWebViewBase
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