Type Alias mysqlclient_sys::LIST

source ·
pub type LIST = st_list;

Aliased Type§

struct 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

source§

impl Clone for st_list

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for st_list

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for st_list