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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GValueArray
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GValueArray

impl !Sync for GValueArray