Type Alias t_symbol

Source
pub type t_symbol = _symbol;

Aliased Type§

#[repr(C)]
pub struct t_symbol { pub s_name: *const i8, pub s_thing: *mut *mut _class, pub s_next: *mut _symbol, }

Fields§

§s_name: *const i8§s_thing: *mut *mut _class§s_next: *mut _symbol