Struct gobject_sys::GParamSpecBoolean
source · #[repr(C)]pub struct GParamSpecBoolean {
pub parent_instance: GParamSpec,
pub default_value: gboolean,
}
Fields§
§parent_instance: GParamSpec
§default_value: gboolean
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