Struct vips_sys::_GString
[−]
[src]
#[repr(C)]pub struct _GString { pub str: *mut gchar, pub len: gsize, pub allocated_len: gsize, }
Fields
str: *mut gchar
len: gsize
allocated_len: gsize
Trait Implementations
impl Debug for _GString
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more