Struct vips_sys::_GParamSpecBoolean[][src]

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

Fields

Trait Implementations

impl Debug for _GParamSpecBoolean
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl !Send for _GParamSpecBoolean

impl !Sync for _GParamSpecBoolean