Struct glib_sys::GPtrArray[][src]

#[repr(C)]
pub struct GPtrArray { pub pdata: *mut gpointer, pub len: c_uint, }

Fields

Trait Implementations

impl Copy for GPtrArray
[src]

impl Clone for GPtrArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GPtrArray
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GPtrArray

impl !Sync for GPtrArray