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