#[repr(C)]pub struct WebKitWebExtension {
pub parent: GObject,
pub priv_: *mut WebKitWebExtensionPrivate,
}Fields§
§parent: GObject§priv_: *mut WebKitWebExtensionPrivateTrait Implementations§
Source§impl Clone for WebKitWebExtension
impl Clone for WebKitWebExtension
Source§fn clone(&self) -> WebKitWebExtension
fn clone(&self) -> WebKitWebExtension
Returns a duplicate 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 WebKitWebExtension
impl Debug for WebKitWebExtension
impl Copy for WebKitWebExtension
Auto Trait Implementations§
impl Freeze for WebKitWebExtension
impl RefUnwindSafe for WebKitWebExtension
impl !Send for WebKitWebExtension
impl !Sync for WebKitWebExtension
impl Unpin for WebKitWebExtension
impl UnwindSafe for WebKitWebExtension
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