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