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