Struct flann_sys::FLANNParameters [] [src]

#[repr(C)]
pub struct FLANNParameters { pub algorithm: flann_algorithm_t, pub checks: c_int, pub eps: f32, pub sorted: c_int, pub max_neighbors: c_int, pub cores: c_int, pub trees: c_int, pub leaf_max_size: c_int, pub branching: c_int, pub iterations: c_int, pub centers_init: flann_centers_init_t, pub cb_index: f32, pub target_precision: f32, pub build_weight: f32, pub memory_weight: f32, pub sample_fraction: f32, pub table_number_: c_uint, pub key_size_: c_uint, pub multi_probe_level_: c_uint, pub distance_type: flann_distance_t, pub distance_order: c_int, pub log_level: flann_log_level_t, pub random_seed: c_long, }

Fields

Trait Implementations

impl Debug for FLANNParameters
[src]

[src]

Formats the value using the given formatter.

impl Copy for FLANNParameters
[src]

impl Clone for FLANNParameters
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more