Struct vorbis_sys::alloc_chain [] [src]

#[repr(C)]
pub struct alloc_chain { pub ptr: *mut c_char, pub next: *mut alloc_chain, }

Fields