GString

Type Alias GString 

Source
pub type GString = _GString;

Aliased Type§

#[repr(C)]
pub struct GString { pub str_: *mut u8, pub len: u64, pub allocated_len: u64, }

Fields§

§str_: *mut u8§len: u64§allocated_len: u64