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
Auto Trait Implementations
impl RefUnwindSafe for st_list
impl UnwindSafe for st_list
Blanket Implementations
Mutably borrows from an owned value. Read more