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