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

Trait Implementations

impl Debug for st_list
[src]

Formats the value using the given formatter.

impl Copy for st_list
[src]

impl Clone for st_list
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more