Struct nanvm_lib::big_numbers::big_float::BigFloat
source · pub struct BigFloat<const BASE: u32> {
pub significand: BigInt,
pub exp: i64,
pub non_zero_reminder: bool,
}
Fields§
§significand: BigInt
§exp: i64
§non_zero_reminder: bool
Implementations§
Trait Implementations§
source§impl<const BASE: u32> PartialEq for BigFloat<BASE>
impl<const BASE: u32> PartialEq for BigFloat<BASE>
impl<const BASE: u32> Eq for BigFloat<BASE>
impl<const BASE: u32> StructuralPartialEq for BigFloat<BASE>
Auto Trait Implementations§
impl<const BASE: u32> Freeze for BigFloat<BASE>
impl<const BASE: u32> RefUnwindSafe for BigFloat<BASE>
impl<const BASE: u32> Send for BigFloat<BASE>
impl<const BASE: u32> Sync for BigFloat<BASE>
impl<const BASE: u32> Unpin for BigFloat<BASE>
impl<const BASE: u32> UnwindSafe for BigFloat<BASE>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)