pub type GParamSpecUnichar = _GParamSpecUnichar;
Expand description
GParamSpecUnichar: @parent_instance: private #GParamSpec portion @default_value: default value for the property specified
A #GParamSpec derived structure that contains the meta data for unichar (unsigned integer) properties.
Aliased Type§
#[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 duplicate 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