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