Struct gobject_sys::GValueArray[][src]

#[repr(C)]
pub struct GValueArray { pub n_values: c_uint, pub values: *mut GValue, pub n_prealloced: c_uint, }

Fields

Trait Implementations

impl Copy for GValueArray
[src]

impl Clone for GValueArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GValueArray
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GValueArray

impl !Sync for GValueArray