#[repr(C)]pub struct _GParamSpecValueArray {
pub parent_instance: GParamSpec,
pub element_spec: *mut GParamSpec,
pub fixed_n_elements: guint,
}
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.
Fields§
§parent_instance: GParamSpec
§element_spec: *mut GParamSpec
§fixed_n_elements: guint
Trait Implementations§
Source§impl Clone for _GParamSpecValueArray
impl Clone for _GParamSpecValueArray
Source§fn clone(&self) -> _GParamSpecValueArray
fn clone(&self) -> _GParamSpecValueArray
Returns a copy 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 moreSource§impl Debug for _GParamSpecValueArray
impl Debug for _GParamSpecValueArray
Source§impl PartialEq for _GParamSpecValueArray
impl PartialEq for _GParamSpecValueArray
impl Copy for _GParamSpecValueArray
impl Eq for _GParamSpecValueArray
impl StructuralPartialEq for _GParamSpecValueArray
Auto Trait Implementations§
impl Freeze for _GParamSpecValueArray
impl RefUnwindSafe for _GParamSpecValueArray
impl !Send for _GParamSpecValueArray
impl !Sync for _GParamSpecValueArray
impl Unpin for _GParamSpecValueArray
impl UnwindSafe for _GParamSpecValueArray
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more