Struct gobject_sys::GParamSpecBoolean[][src]

#[repr(C)]
pub struct GParamSpecBoolean { pub parent_instance: GParamSpec, pub default_value: gboolean, }

Fields

Trait Implementations

impl Copy for GParamSpecBoolean
[src]

impl Clone for GParamSpecBoolean
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GParamSpecBoolean
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecBoolean

impl !Sync for GParamSpecBoolean