#[repr(C)]pub struct _GSimpleProxyResolver {
pub parent_instance: GObject,
pub priv_: *mut GSimpleProxyResolverPrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut GSimpleProxyResolverPrivate
Trait Implementations§
Source§impl Clone for _GSimpleProxyResolver
impl Clone for _GSimpleProxyResolver
Source§fn clone(&self) -> _GSimpleProxyResolver
fn clone(&self) -> _GSimpleProxyResolver
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 _GSimpleProxyResolver
impl Debug for _GSimpleProxyResolver
Source§impl PartialEq for _GSimpleProxyResolver
impl PartialEq for _GSimpleProxyResolver
impl Copy for _GSimpleProxyResolver
impl Eq for _GSimpleProxyResolver
impl StructuralPartialEq for _GSimpleProxyResolver
Auto Trait Implementations§
impl Freeze for _GSimpleProxyResolver
impl RefUnwindSafe for _GSimpleProxyResolver
impl !Send for _GSimpleProxyResolver
impl !Sync for _GSimpleProxyResolver
impl Unpin for _GSimpleProxyResolver
impl UnwindSafe for _GSimpleProxyResolver
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