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
sourceimpl Clone for WebKitNotification
impl Clone for WebKitNotification
sourcefn clone(&self) -> WebKitNotification
fn clone(&self) -> WebKitNotification
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 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
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