pub(crate) struct ExpBReduc {
pub(crate) hi: f64,
pub(crate) lo: f64,
}Fields§
§hi: f64§lo: f64Auto Trait Implementations§
impl Freeze for ExpBReduc
impl RefUnwindSafe for ExpBReduc
impl Send for ExpBReduc
impl Sync for ExpBReduc
impl Unpin for ExpBReduc
impl UnsafeUnpin for ExpBReduc
impl UnwindSafe for ExpBReduc
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