#[repr(C)]pub struct PJ_GEOD {
pub s: f64,
pub a1: f64,
pub a2: f64,
}
Fields§
§s: f64
§a1: f64
§a2: f64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PJ_GEOD
impl Send for PJ_GEOD
impl Sync for PJ_GEOD
impl Unpin for PJ_GEOD
impl UnwindSafe for PJ_GEOD
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