Struct frida_sys::_GProxyAddressClass
source · [−]#[repr(C)]pub struct _GProxyAddressClass {
pub parent_class: GInetSocketAddressClass,
}Fields
parent_class: GInetSocketAddressClassTrait Implementations
sourceimpl Clone for _GProxyAddressClass
impl Clone for _GProxyAddressClass
sourcefn clone(&self) -> _GProxyAddressClass
fn clone(&self) -> _GProxyAddressClass
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 _GProxyAddressClass
impl Debug for _GProxyAddressClass
impl Copy for _GProxyAddressClass
Auto Trait Implementations
impl RefUnwindSafe for _GProxyAddressClass
impl !Send for _GProxyAddressClass
impl !Sync for _GProxyAddressClass
impl Unpin for _GProxyAddressClass
impl UnwindSafe for _GProxyAddressClass
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