Struct glib_sys::GArray[][src]

#[repr(C)]
pub struct GArray { pub data: *mut c_char, pub len: c_uint, }

Fields

Trait Implementations

impl Copy for GArray
[src]

impl Clone for GArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GArray
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GArray

impl !Sync for GArray