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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GParamSpecBoolean
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations