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_char
§description: *const c_char
§definition: *const c_char
§has_inverse: c_int
§accuracy: f64
Trait Implementations§
source§impl Clone for PJ_PROJ_INFO
impl Clone for PJ_PROJ_INFO
source§fn clone(&self) -> PJ_PROJ_INFO
fn clone(&self) -> PJ_PROJ_INFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PJ_PROJ_INFO
impl Debug for PJ_PROJ_INFO
impl Copy for PJ_PROJ_INFO
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more