Type Alias GParamSpecValueArray

Source
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

Source§

fn clone(&self) -> _GParamSpecValueArray

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _GParamSpecValueArray

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for _GParamSpecValueArray

Source§

fn eq(&self, other: &_GParamSpecValueArray) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for _GParamSpecValueArray

Source§

impl Eq for _GParamSpecValueArray

Source§

impl StructuralPartialEq for _GParamSpecValueArray