Union gobject_sys::GWeakRef_priv
source · #[repr(C)]
pub union GWeakRef_priv {
pub p: gpointer,
}
Fields§
§p: gpointer
Trait Implementations§
source§impl Clone for GWeakRef_priv
impl Clone for GWeakRef_priv
source§fn clone(&self) -> GWeakRef_priv
fn clone(&self) -> GWeakRef_priv
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