Struct webkit2gtk_sys::WebKitCookieManager
source · [−]#[repr(C)]pub struct WebKitCookieManager {
pub parent: GObject,
pub priv_: *mut WebKitCookieManagerPrivate,
}
Fields
parent: GObject
priv_: *mut WebKitCookieManagerPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WebKitCookieManager
impl !Send for WebKitCookieManager
impl !Sync for WebKitCookieManager
impl Unpin for WebKitCookieManager
impl UnwindSafe for WebKitCookieManager
Blanket Implementations
Mutably borrows from an owned value. Read more