Struct rdp::Array [] [src]

#[repr(C)]
pub struct Array { pub data: *const c_void, pub len: size_t, }

A C-compatible struct used for passing arrays across the FFI boundary

Fields

Trait Implementations

impl<T> From<LineString<T>> for Array where T: Float
[src]

Performs the conversion.