Struct proj_sys::PJ_PRIME_MERIDIANS
source · #[repr(C)]pub struct PJ_PRIME_MERIDIANS {
pub id: *const c_char,
pub defn: *const c_char,
}
Fields§
§id: *const c_char
§defn: *const c_char
Trait Implementations§
source§impl Clone for PJ_PRIME_MERIDIANS
impl Clone for PJ_PRIME_MERIDIANS
source§fn clone(&self) -> PJ_PRIME_MERIDIANS
fn clone(&self) -> PJ_PRIME_MERIDIANS
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_PRIME_MERIDIANS
impl Debug for PJ_PRIME_MERIDIANS
impl Copy for PJ_PRIME_MERIDIANS
Auto Trait Implementations§
impl RefUnwindSafe for PJ_PRIME_MERIDIANS
impl !Send for PJ_PRIME_MERIDIANS
impl !Sync for PJ_PRIME_MERIDIANS
impl Unpin for PJ_PRIME_MERIDIANS
impl UnwindSafe for PJ_PRIME_MERIDIANS
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