pub type GUnixFDList = _GUnixFDList;
Aliased Type§
struct GUnixFDList {
pub parent_instance: _GObject,
pub priv_: *mut _GUnixFDListPrivate,
}
Fields§
§parent_instance: _GObject
§priv_: *mut _GUnixFDListPrivate
Trait 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