Struct proj_sys::PJ_GRID_INFO
source · [−]#[repr(C)]pub struct PJ_GRID_INFO {
pub gridname: [c_char; 32],
pub filename: [c_char; 260],
pub format: [c_char; 8],
pub lowerleft: PJ_LP,
pub upperright: PJ_LP,
pub n_lon: c_int,
pub n_lat: c_int,
pub cs_lon: f64,
pub cs_lat: f64,
}Fields
gridname: [c_char; 32]filename: [c_char; 260]format: [c_char; 8]lowerleft: PJ_LPupperright: PJ_LPn_lon: c_intn_lat: c_intcs_lon: f64cs_lat: f64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PJ_GRID_INFO
impl Send for PJ_GRID_INFO
impl Sync for PJ_GRID_INFO
impl Unpin for PJ_GRID_INFO
impl UnwindSafe for PJ_GRID_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more
