Type Alias mariadb_sys::List_iterator

source ·
pub type List_iterator = List_Iterator;

Aliased Type§

struct List_iterator {
    pub node: *mut list_node,
}

Fields§

§node: *mut list_node

Trait Implementations

source§

impl Debug for List_Iterator

source§

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

Formats the value using the given formatter. Read more