Struct libsqlite3_sys::sqlite3_index_orderby
source · #[repr(C)]pub struct sqlite3_index_orderby {
pub iColumn: c_int,
pub desc: c_uchar,
}
Fields§
§iColumn: c_int
§desc: c_uchar
Trait Implementations§
source§impl Clone for sqlite3_index_orderby
impl Clone for sqlite3_index_orderby
source§fn clone(&self) -> sqlite3_index_orderby
fn clone(&self) -> sqlite3_index_orderby
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more