Struct libsqlite3_sys::sqlite3_index_info_sqlite3_index_orderby [−][src]
#[repr(C)]pub struct sqlite3_index_info_sqlite3_index_orderby { pub iColumn: c_int, pub desc: c_uchar, }
Fields
iColumn: c_int
desc: c_uchar
Trait Implementations
impl Debug for sqlite3_index_info_sqlite3_index_orderby
[src]
impl Debug for sqlite3_index_info_sqlite3_index_orderby
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for sqlite3_index_info_sqlite3_index_orderby
[src]
impl Copy for sqlite3_index_info_sqlite3_index_orderby
impl Clone for sqlite3_index_info_sqlite3_index_orderby
[src]
impl Clone for sqlite3_index_info_sqlite3_index_orderby