pub type GParamSpecValueArray = _GParamSpecValueArray;
Expand description
GParamSpecValueArray: @parent_instance: private #GParamSpec portion @element_spec: a #GParamSpec describing the elements contained in arrays of this property, may be %NULL @fixed_n_elements: if greater than 0, arrays of this property will always have this many elements
A #GParamSpec derived structure that contains the meta data for #GValueArray properties.
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
Trait Implementations
Source§impl Clone for _GParamSpecValueArray
impl Clone for _GParamSpecValueArray
Source§fn clone(&self) -> _GParamSpecValueArray
fn clone(&self) -> _GParamSpecValueArray
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more