Struct gobject_sys::GParamSpecValueArray[][src]

#[repr(C)]
pub struct GParamSpecValueArray { pub parent_instance: GParamSpec, pub element_spec: *mut GParamSpec, pub fixed_n_elements: c_uint, }

Fields

Trait Implementations

impl Copy for GParamSpecValueArray
[src]

impl Clone for GParamSpecValueArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GParamSpecValueArray
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecValueArray

impl !Sync for GParamSpecValueArray