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
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
Mutably borrows from an owned value. Read more