Struct vlfeat_sys::_VlKDTreeNode [] [src]

#[repr(C)]
pub struct _VlKDTreeNode { pub parent: vl_uindex, pub lowerChild: vl_index, pub upperChild: vl_index, pub splitDimension: c_uint, pub splitThreshold: f64, pub lowerBound: f64, pub upperBound: f64, }

Fields

Trait Implementations

impl Debug for _VlKDTreeNode
[src]

Formats the value using the given formatter.

impl Copy for _VlKDTreeNode
[src]

impl Clone for _VlKDTreeNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more