Struct gdal_sys::OGREnvelope [] [src]

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

Fields

Trait Implementations

impl Debug for OGREnvelope
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for OGREnvelope
[src]

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

impl Sync for OGREnvelope