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