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