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