Struct proj_sys::PJ_PROJ_INFO
source · [−]#[repr(C)]pub struct PJ_PROJ_INFO {
pub id: *const c_char,
pub description: *const c_char,
pub definition: *const c_char,
pub has_inverse: c_int,
pub accuracy: f64,
}Fields
id: *const c_chardescription: *const c_chardefinition: *const c_charhas_inverse: c_intaccuracy: f64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PJ_PROJ_INFO
impl !Send for PJ_PROJ_INFO
impl !Sync for PJ_PROJ_INFO
impl Unpin for PJ_PROJ_INFO
impl UnwindSafe for PJ_PROJ_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more
