pub type GParamSpecValueArray = _GParamSpecValueArray;Aliased Type§
#[repr(C)]pub struct GParamSpecValueArray {
pub parent_instance: _GParamSpec,
pub element_spec: *mut _GParamSpec,
pub fixed_n_elements: u32,
}Fields§
§parent_instance: _GParamSpec§element_spec: *mut _GParamSpec§fixed_n_elements: u32