pub struct Eps { /* private fields */ }
Expand description
f64
の誤差を許容する演算を提供する。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Eps
impl RefUnwindSafe for Eps
impl Send for Eps
impl Sync for Eps
impl Unpin for Eps
impl UnwindSafe for Eps
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