#[repr(C)]pub struct PJ_ELLPS {
pub id: *const c_char,
pub major: *const c_char,
pub ell: *const c_char,
pub name: *const c_char,
}Fields
id: *const c_charmajor: *const c_charell: *const c_charname: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PJ_ELLPS
impl UnwindSafe for PJ_ELLPS
Blanket Implementations
Mutably borrows from an owned value. Read more
