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

impl Copy for WrapperArray
[src]

impl Clone for WrapperArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for WrapperArray

impl !Sync for WrapperArray