Type Alias mariadb_sys::KEY_MULTI_RANGE
source · pub type KEY_MULTI_RANGE = st_key_multi_range;
Aliased Type§
struct KEY_MULTI_RANGE {
pub start_key: st_key_range,
pub end_key: st_key_range,
pub ptr: *mut c_void,
pub range_flag: u32,
}
Fields§
§start_key: st_key_range
§end_key: st_key_range
§ptr: *mut c_void
§range_flag: u32