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