Type Alias GString

Source
pub type GString = _GString;

Aliased Type§

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

Fields§

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