#[repr(C)]
pub struct GDALRPCInfo {
Show 18 fields 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

dfLINE_OFF: f64dfSAMP_OFF: f64dfLAT_OFF: f64dfLONG_OFF: f64dfHEIGHT_OFF: f64dfLINE_SCALE: f64dfSAMP_SCALE: f64dfLAT_SCALE: f64dfLONG_SCALE: f64dfHEIGHT_SCALE: f64adfLINE_NUM_COEFF: [f64; 20]adfLINE_DEN_COEFF: [f64; 20]adfSAMP_NUM_COEFF: [f64; 20]adfSAMP_DEN_COEFF: [f64; 20]dfMIN_LONG: f64dfMIN_LAT: f64dfMAX_LONG: f64dfMAX_LAT: f64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.