Struct polyline_ffi::Array [] [src]

pub struct Array {
    pub data: *const c_void,
    pub len: size_t,
}

Fields

data: *const c_void len: size_t

Trait Implementations

impl<'a> From<&'a [[f64; 2]]> for Array
[src]

fn from(sl: &'a [[f64; 2]]) -> Self

Performs the conversion.