wmem_strbuf_t

Type Alias wmem_strbuf_t 

Source
pub type wmem_strbuf_t = _wmem_strbuf_t;

Aliased Type§

#[repr(C)]
pub struct wmem_strbuf_t { pub allocator: *mut _wmem_allocator_t, pub str_: *mut i8, pub len: u64, pub alloc_len: u64, pub max_len: u64, }

Fields§

§allocator: *mut _wmem_allocator_t§str_: *mut i8§len: u64§alloc_len: u64§max_len: u64