Struct vlfeat_sys::_VlKDTree [] [src]

#[repr(C)]
pub struct _VlKDTree { pub nodes: *mut VlKDTreeNode, pub numUsedNodes: vl_size, pub numAllocatedNodes: vl_size, pub dataIndex: *mut VlKDTreeDataIndexEntry, pub depth: c_uint, }

Fields

Trait Implementations

impl Debug for _VlKDTree
[src]

Formats the value using the given formatter.

impl Copy for _VlKDTree
[src]

impl Clone for _VlKDTree
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more