Struct vlfeat_sys::_VlArray [] [src]

#[repr(C)]
pub struct _VlArray { pub type_: vl_type, pub isEnvelope: vl_bool, pub isSparse: vl_bool, pub numDimensions: vl_size, pub dimensions: [vl_size; 16], pub data: *mut c_void, pub rowPointers: *mut c_void, pub columnPointers: *mut c_void, }

@brief Numeric array

Fields

Trait Implementations

impl Debug for _VlArray
[src]

Formats the value using the given formatter.

impl Copy for _VlArray
[src]

impl Clone for _VlArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more