Union proj_sys::PJ_COORD[][src]

#[repr(C)]
pub union PJ_COORD {
Show 13 fields pub v: [f64; 4], pub xyzt: PJ_XYZT, pub uvwt: PJ_UVWT, pub lpzt: PJ_LPZT, pub geod: PJ_GEOD, pub opk: PJ_OPK, pub enu: PJ_ENU, pub xyz: PJ_XYZ, pub uvw: PJ_UVW, pub lpz: PJ_LPZ, pub xy: PJ_XY, pub uv: PJ_UV, pub lp: PJ_LP,
}

Fields

v: [f64; 4]xyzt: PJ_XYZTuvwt: PJ_UVWTlpzt: PJ_LPZTgeod: PJ_GEODopk: PJ_OPKenu: PJ_ENUxyz: PJ_XYZuvw: PJ_UVWlpz: PJ_LPZxy: PJ_XYuv: PJ_UVlp: PJ_LP

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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)

recently added

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.