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 FFI.

Each sequence entry represents an inner Polygon ring.

Fields

Trait Implementations

Auto Trait Implementations

impl !Send for WrapperArray

impl !Sync for WrapperArray