Struct webkit6_sys::WebKitGeolocationManager
source · #[repr(C)]pub struct WebKitGeolocationManager { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebKitGeolocationManager
impl RefUnwindSafe for WebKitGeolocationManager
impl !Send for WebKitGeolocationManager
impl !Sync for WebKitGeolocationManager
impl !Unpin for WebKitGeolocationManager
impl UnwindSafe for WebKitGeolocationManager
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