Struct vlfeat_sys::_VlKDForestSearchState [] [src]

#[repr(C)]
pub struct _VlKDForestSearchState { pub tree: *mut VlKDTree, pub nodeIndex: vl_uindex, pub distanceLowerBound: f64, }

Fields

Trait Implementations

impl Debug for _VlKDForestSearchState
[src]

Formats the value using the given formatter.

impl Copy for _VlKDForestSearchState
[src]

impl Clone for _VlKDForestSearchState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more