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§
source§impl Clone for WebKitSecurityManager
impl Clone for WebKitSecurityManager
source§fn clone(&self) -> WebKitSecurityManager
fn clone(&self) -> WebKitSecurityManager
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl 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§
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