pub struct StandardPart {
pub hyperreal: f64,
}Expand description
Standard part map: takes a finite hyperreal to its nearest real number.
Fields§
§hyperreal: f64Implementations§
Auto Trait Implementations§
impl Freeze for StandardPart
impl RefUnwindSafe for StandardPart
impl Send for StandardPart
impl Sync for StandardPart
impl Unpin for StandardPart
impl UnsafeUnpin for StandardPart
impl UnwindSafe for StandardPart
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