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§
source§impl Clone for WebKitPlugin
impl Clone for WebKitPlugin
source§fn clone(&self) -> WebKitPlugin
fn clone(&self) -> WebKitPlugin
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 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§
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