Struct groonga_sys::groonga::_grn_search_optarg [] [src]

#[repr(C)]
pub struct _grn_search_optarg { pub mode: grn_operator, pub similarity_threshold: c_int, pub max_interval: c_int, pub weight_vector: *mut c_int, pub vector_size: c_int, pub proc_: *mut grn_obj, pub max_size: c_int, pub scorer: *mut grn_obj, pub scorer_args_expr: *mut grn_obj, pub scorer_args_expr_offset: c_uint, pub fuzzy: grn_fuzzy_search_optarg, }

Fields

Trait Implementations

impl Copy for _grn_search_optarg
[src]

impl Clone for _grn_search_optarg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _grn_search_optarg
[src]

Formats the value using the given formatter.

impl Default for _grn_search_optarg
[src]

Returns the "default value" for a type. Read more