Struct gobject_sys::GParamSpecVariant[][src]

#[repr(C)]
pub struct GParamSpecVariant { pub parent_instance: GParamSpec, pub type_: *mut GVariantType, pub default_value: *mut GVariant, pub padding: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GParamSpecVariant
[src]

impl Clone for GParamSpecVariant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GParamSpecVariant
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecVariant

impl !Sync for GParamSpecVariant