#[repr(C)]pub struct FactorArray128 {
pub factors: [u128; 52],
pub len: usize,
}
Expand description
Factorization of a 128-bit integer
Fields§
§factors: [u128; 52]
§len: usize
Auto Trait Implementations§
impl Freeze for FactorArray128
impl RefUnwindSafe for FactorArray128
impl Send for FactorArray128
impl Sync for FactorArray128
impl Unpin for FactorArray128
impl UnwindSafe for FactorArray128
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