#[repr(C)]
pub union PJ_COORD {
}
Fields§
§v: [f64; 4]
§xyzt: PJ_XYZT
§uvwt: PJ_UVWT
§lpzt: PJ_LPZT
§geod: PJ_GEOD
§opk: PJ_OPK
§enu: PJ_ENU
§xyz: PJ_XYZ
§uvw: PJ_UVW
§lpz: PJ_LPZ
§xy: PJ_XY
§uv: PJ_UV
§lp: PJ_LP
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PJ_COORD
impl Send for PJ_COORD
impl Sync for PJ_COORD
impl Unpin for PJ_COORD
impl UnwindSafe for PJ_COORD
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