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 GStringimpl Clone for GString[src]
impl Clone for GStringfn clone(&self) -> GString[src]
fn clone(&self) -> GStringReturns 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