Struct glib_sys::GString [−][src]
Fields
str: *mut c_char
len: size_t
allocated_len: size_t
Trait Implementations
impl Copy for GString
[src]
impl Copy for GString
impl Clone for GString
[src]
impl Clone for GString
fn clone(&self) -> GString
[src]
fn clone(&self) -> GString
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GString
[src]
impl Debug for GString