#[repr(C)]pub struct WebKitFrame {
pub parent: GObject,
pub priv_: *mut WebKitFramePrivate,
}
Fields§
§parent: GObject
§priv_: *mut WebKitFramePrivate
Trait Implementations§
Source§impl Clone for WebKitFrame
impl Clone for WebKitFrame
Source§fn clone(&self) -> WebKitFrame
fn clone(&self) -> WebKitFrame
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WebKitFrame
impl Debug for WebKitFrame
impl Copy for WebKitFrame
Auto Trait Implementations§
impl Freeze for WebKitFrame
impl RefUnwindSafe for WebKitFrame
impl !Send for WebKitFrame
impl !Sync for WebKitFrame
impl Unpin for WebKitFrame
impl UnwindSafe for WebKitFrame
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