Struct gio_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