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