Enum nekolib::math::frac_approx::ApproxFrac
source · pub enum ApproxFrac<I> {
Lower((I, I)),
Upper((I, I)),
}
Variants§
Implementations§
source§impl<I> ApproxFrac<I>
impl<I> ApproxFrac<I>
pub fn into_inner(self) -> (I, I)
Trait Implementations§
source§impl<I: Display> Debug for ApproxFrac<I>
impl<I: Display> Debug for ApproxFrac<I>
Auto Trait Implementations§
impl<I> RefUnwindSafe for ApproxFrac<I>where I: RefUnwindSafe,
impl<I> Send for ApproxFrac<I>where I: Send,
impl<I> Sync for ApproxFrac<I>where I: Sync,
impl<I> Unpin for ApproxFrac<I>where I: Unpin,
impl<I> UnwindSafe for ApproxFrac<I>where I: UnwindSafe,
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