Struct frida_sys::_GUnixFDList
source · #[repr(C)]pub struct _GUnixFDList {
pub parent_instance: GObject,
pub priv_: *mut GUnixFDListPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GUnixFDListPrivateTrait Implementations§
source§impl Clone for _GUnixFDList
impl Clone for _GUnixFDList
source§fn clone(&self) -> _GUnixFDList
fn clone(&self) -> _GUnixFDList
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 more