Struct polylabel::WrapperArray [] [src]

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

Wrapper for a void pointer to a sequence of Arrays, and the sequence length

Used for inner Polygon rings

Fields