Struct mysqlclient_sys::st_list [−][src]
#[repr(C)]pub struct st_list { pub prev: *mut st_list, pub next: *mut st_list, pub data: *mut c_void, }
Fields
prev: *mut st_list
next: *mut st_list
data: *mut c_void
Trait Implementations
impl Debug for st_list[src]
impl Debug for st_listfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for st_list[src]
impl Copy for st_listimpl Clone for st_list[src]
impl Clone for st_list