Struct webkit2gtk_sys::WebKitSecurityManager
source · [−]#[repr(C)]pub struct WebKitSecurityManager {
pub parent: GObject,
pub priv_: *mut WebKitSecurityManagerPrivate,
}
Fields
parent: GObject
priv_: *mut WebKitSecurityManagerPrivate
Trait Implementations
sourceimpl Clone for WebKitSecurityManager
impl Clone for WebKitSecurityManager
sourcefn clone(&self) -> WebKitSecurityManager
fn clone(&self) -> WebKitSecurityManager
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 WebKitSecurityManager
impl Debug for WebKitSecurityManager
impl Copy for WebKitSecurityManager
Auto Trait Implementations
impl RefUnwindSafe for WebKitSecurityManager
impl !Send for WebKitSecurityManager
impl !Sync for WebKitSecurityManager
impl Unpin for WebKitSecurityManager
impl UnwindSafe for WebKitSecurityManager
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