Struct webkit2gtk_sys::WebKitUserMessage
source · #[repr(C)]pub struct WebKitUserMessage {
pub parent: GInitiallyUnowned,
pub priv_: *mut WebKitUserMessagePrivate,
}Fields§
§parent: GInitiallyUnowned§priv_: *mut WebKitUserMessagePrivateTrait Implementations§
source§impl Clone for WebKitUserMessage
impl Clone for WebKitUserMessage
source§fn clone(&self) -> WebKitUserMessage
fn clone(&self) -> WebKitUserMessage
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 more