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