#[repr(C, align(64))]pub(crate) struct Pow10SignificandsTable {
pub(crate) data: [u64; 1234],
}Fields§
§data: [u64; 1234]Implementations§
Source§impl Pow10SignificandsTable
impl Pow10SignificandsTable
pub(crate) const COMPRESS: bool = false
pub(crate) const SPLIT_TABLES: bool = false
pub(crate) const NUM_POW10: usize = 617usize
pub(crate) const fn compute(i: u32) -> uint128
pub(crate) const fn new() -> Self
pub(crate) unsafe fn get_unchecked(&self, dec_exp: i32) -> uint128
Auto Trait Implementations§
impl Freeze for Pow10SignificandsTable
impl RefUnwindSafe for Pow10SignificandsTable
impl Send for Pow10SignificandsTable
impl Sync for Pow10SignificandsTable
impl Unpin for Pow10SignificandsTable
impl UnwindSafe for Pow10SignificandsTable
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