Struct gdal_sys::GDALRPCInfo [] [src]

#[repr(C)]
pub struct GDALRPCInfo { pub dfLINE_OFF: f64, pub dfSAMP_OFF: f64, pub dfLAT_OFF: f64, pub dfLONG_OFF: f64, pub dfHEIGHT_OFF: f64, pub dfLINE_SCALE: f64, pub dfSAMP_SCALE: f64, pub dfLAT_SCALE: f64, pub dfLONG_SCALE: f64, pub dfHEIGHT_SCALE: f64, pub adfLINE_NUM_COEFF: [f64; 20], pub adfLINE_DEN_COEFF: [f64; 20], pub adfSAMP_NUM_COEFF: [f64; 20], pub adfSAMP_DEN_COEFF: [f64; 20], pub dfMIN_LONG: f64, pub dfMIN_LAT: f64, pub dfMAX_LONG: f64, pub dfMAX_LAT: f64, }

Fields

Trait Implementations

impl Debug for GDALRPCInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GDALRPCInfo
[src]

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

impl Sync for GDALRPCInfo