Struct geos::CoordSeq [] [src]

pub struct CoordSeq(_);

Methods

impl CoordSeq
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Release the underlying C ptr (so the ptr is not destroyed when the object is destroyed) The C ptr needs to be cleanup afterward! This method can be thus called only if the C ptr is given to the C API

Trait Implementations

impl Drop for CoordSeq
[src]

[src]

Executes the destructor for this type. Read more

impl Clone for CoordSeq
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for CoordSeq

impl !Sync for CoordSeq