#[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_LPTrait Implementations§
Auto Trait Implementations§
impl Freeze for PJ_COORD
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