Struct gobject_sys::GObjectConstructParam
source · #[repr(C)]pub struct GObjectConstructParam {
pub pspec: *mut GParamSpec,
pub value: *mut GValue,
}
Fields§
§pspec: *mut GParamSpec
§value: *mut GValue
Trait Implementations§
source§impl Clone for GObjectConstructParam
impl Clone for GObjectConstructParam
source§fn clone(&self) -> GObjectConstructParam
fn clone(&self) -> GObjectConstructParam
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