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