Struct vlfeat_sys::_VlHIKMNode [] [src]

#[repr(C)]
pub struct _VlHIKMNode { pub filter: *mut VlIKMFilt, pub children: *mut *mut _VlHIKMNode, }

@brief HIKM tree node ** ** The number of children @a K is not bigger than the @a K parameter ** of the HIKM tree.

Fields

< IKM filter for this node

< Node children (if any)

Trait Implementations

impl Debug for _VlHIKMNode
[src]

Formats the value using the given formatter.

impl Copy for _VlHIKMNode
[src]

impl Clone for _VlHIKMNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more