Struct gdal_sys::OGREnvelope3D [] [src]

#[repr(C)]
pub struct OGREnvelope3D { pub MinX: f64, pub MaxX: f64, pub MinY: f64, pub MaxY: f64, pub MinZ: f64, pub MaxZ: f64, }

Fields

Trait Implementations

impl Debug for OGREnvelope3D
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for OGREnvelope3D
[src]

impl Clone for OGREnvelope3D
[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 OGREnvelope3D

impl Sync for OGREnvelope3D