Struct gobject_sys::GParamSpecParam
source · #[repr(C)]pub struct GParamSpecParam {
pub parent_instance: GParamSpec,
}Fields§
§parent_instance: GParamSpecTrait Implementations§
source§impl Clone for GParamSpecParam
impl Clone for GParamSpecParam
source§fn clone(&self) -> GParamSpecParam
fn clone(&self) -> GParamSpecParam
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