Struct proj_sys::PROJ_CELESTIAL_BODY_INFO
source · [−]#[repr(C)]pub struct PROJ_CELESTIAL_BODY_INFO {
pub auth_name: *mut c_char,
pub name: *mut c_char,
}Expand description
\brief Structure given description of a celestial body.
This structure may grow over time, and should not be directly allocated by client code. @since 8.1
Fields
auth_name: *mut c_charAuthority name.
name: *mut c_charObject name. For example “Earth”
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PROJ_CELESTIAL_BODY_INFO
impl !Send for PROJ_CELESTIAL_BODY_INFO
impl !Sync for PROJ_CELESTIAL_BODY_INFO
impl Unpin for PROJ_CELESTIAL_BODY_INFO
impl UnwindSafe for PROJ_CELESTIAL_BODY_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more
