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