Struct vips_sys::_GValueArray[][src]

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

Fields

Trait Implementations

impl Debug for _GValueArray
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl !Send for _GValueArray

impl !Sync for _GValueArray