Struct gobject_sys::GParamSpecBoolean [−][src]
#[repr(C)]pub struct GParamSpecBoolean { pub parent_instance: GParamSpec, pub default_value: gboolean, }
Fields
parent_instance: GParamSpec
default_value: gboolean
Trait Implementations
impl Copy for GParamSpecBoolean
[src]
impl Copy for GParamSpecBoolean
impl Clone for GParamSpecBoolean
[src]
impl Clone for GParamSpecBoolean
fn clone(&self) -> GParamSpecBoolean
[src]
fn clone(&self) -> GParamSpecBoolean
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GParamSpecBoolean
[src]
impl Debug for GParamSpecBoolean
Auto Trait Implementations
impl !Send for GParamSpecBoolean
impl !Send for GParamSpecBoolean
impl !Sync for GParamSpecBoolean
impl !Sync for GParamSpecBoolean