Struct glib_sys::GArray
[−]
[src]
#[repr(C)]pub struct GArray { pub data: *mut c_char, pub len: c_uint, }
Fields
data: *mut c_char
len: c_uint
Trait Implementations
impl Copy for GArray[src]
impl Clone for GArray[src]
fn clone(&self) -> GArray[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more