#[repr(C)]pub struct OSRCRSInfo {Show 13 fields
pub pszAuthName: *mut c_char,
pub pszCode: *mut c_char,
pub pszName: *mut c_char,
pub eType: Type,
pub bDeprecated: c_int,
pub bBboxValid: c_int,
pub dfWestLongitudeDeg: f64,
pub dfSouthLatitudeDeg: f64,
pub dfEastLongitudeDeg: f64,
pub dfNorthLatitudeDeg: f64,
pub pszAreaName: *mut c_char,
pub pszProjectionMethod: *mut c_char,
pub pszCelestialBodyName: *mut c_char,
}Fields§
§pszAuthName: *mut c_char§pszCode: *mut c_char§pszName: *mut c_char§eType: Type§bDeprecated: c_int§bBboxValid: c_int§dfWestLongitudeDeg: f64§dfSouthLatitudeDeg: f64§dfEastLongitudeDeg: f64§dfNorthLatitudeDeg: f64§pszAreaName: *mut c_char§pszProjectionMethod: *mut c_char§pszCelestialBodyName: *mut c_charTrait Implementations§
Source§impl Clone for OSRCRSInfo
impl Clone for OSRCRSInfo
Source§fn clone(&self) -> OSRCRSInfo
fn clone(&self) -> OSRCRSInfo
Returns a duplicate 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 OSRCRSInfo
impl Debug for OSRCRSInfo
impl Copy for OSRCRSInfo
Auto Trait Implementations§
impl Freeze for OSRCRSInfo
impl RefUnwindSafe for OSRCRSInfo
impl !Send for OSRCRSInfo
impl !Sync for OSRCRSInfo
impl Unpin for OSRCRSInfo
impl UnwindSafe for OSRCRSInfo
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