gdal 0.14.0

GDAL bindings for Rust
Documentation
1
2
3
4
5
use gdal_sys::GDALMajorObjectH;

pub trait MajorObject {
    unsafe fn gdal_object_ptr(&self) -> GDALMajorObjectH;
}