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