Struct proj_sys::PJ_GRID_INFO
source · #[repr(C)]pub struct PJ_GRID_INFO {
pub gridname: [c_char; 32],
pub filename: [c_char; 260],
pub format: [c_char; 8],
pub lowerleft: PJ_LP,
pub upperright: PJ_LP,
pub n_lon: c_int,
pub n_lat: c_int,
pub cs_lon: f64,
pub cs_lat: f64,
}
Fields§
§gridname: [c_char; 32]
§filename: [c_char; 260]
§format: [c_char; 8]
§lowerleft: PJ_LP
§upperright: PJ_LP
§n_lon: c_int
§n_lat: c_int
§cs_lon: f64
§cs_lat: f64
Trait Implementations§
source§impl Clone for PJ_GRID_INFO
impl Clone for PJ_GRID_INFO
source§fn clone(&self) -> PJ_GRID_INFO
fn clone(&self) -> PJ_GRID_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_GRID_INFO
impl Debug for PJ_GRID_INFO
impl Copy for PJ_GRID_INFO
Auto Trait Implementations§
impl RefUnwindSafe for PJ_GRID_INFO
impl Send for PJ_GRID_INFO
impl Sync for PJ_GRID_INFO
impl Unpin for PJ_GRID_INFO
impl UnwindSafe for PJ_GRID_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