#[repr(C)]pub struct PJ_LPZT {
pub lam: f64,
pub phi: f64,
pub z: f64,
pub t: f64,
}
Fields§
§lam: f64
§phi: f64
§z: f64
§t: f64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PJ_LPZT
impl Send for PJ_LPZT
impl Sync for PJ_LPZT
impl Unpin for PJ_LPZT
impl UnwindSafe for PJ_LPZT
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