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