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