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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GParamSpecVariant
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations