Struct meos_sys::PROJ_CRS_INFO
source · #[repr(C)]pub struct PROJ_CRS_INFO {
pub auth_name: *mut c_char,
pub code: *mut c_char,
pub name: *mut c_char,
pub type_: PJ_TYPE,
pub deprecated: c_int,
pub bbox_valid: c_int,
pub west_lon_degree: f64,
pub south_lat_degree: f64,
pub east_lon_degree: f64,
pub north_lat_degree: f64,
pub area_name: *mut c_char,
pub projection_method_name: *mut c_char,
}Fields§
§auth_name: *mut c_char§code: *mut c_char§name: *mut c_char§type_: PJ_TYPE§deprecated: c_int§bbox_valid: c_int§west_lon_degree: f64§south_lat_degree: f64§east_lon_degree: f64§north_lat_degree: f64§area_name: *mut c_char§projection_method_name: *mut c_charTrait Implementations§
source§impl Clone for PROJ_CRS_INFO
impl Clone for PROJ_CRS_INFO
source§fn clone(&self) -> PROJ_CRS_INFO
fn clone(&self) -> PROJ_CRS_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 PROJ_CRS_INFO
impl Debug for PROJ_CRS_INFO
impl Copy for PROJ_CRS_INFO
Auto Trait Implementations§
impl Freeze for PROJ_CRS_INFO
impl RefUnwindSafe for PROJ_CRS_INFO
impl !Send for PROJ_CRS_INFO
impl !Sync for PROJ_CRS_INFO
impl Unpin for PROJ_CRS_INFO
impl UnwindSafe for PROJ_CRS_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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)