pub type GParamSpecBoolean = _GParamSpecBoolean;
Expand description
GParamSpecBoolean: @parent_instance: private #GParamSpec portion @default_value: default value for the property specified
A #GParamSpec derived structure that contains the meta data for boolean properties.
Aliased Type§
struct GParamSpecBoolean {
pub parent_instance: _GParamSpec,
pub default_value: i32,
}
Fields§
§parent_instance: _GParamSpec
§default_value: i32
Trait Implementations
Source§impl Clone for _GParamSpecBoolean
impl Clone for _GParamSpecBoolean
Source§fn clone(&self) -> _GParamSpecBoolean
fn clone(&self) -> _GParamSpecBoolean
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