#[repr(C)]pub struct radix_powers_struct {
pub len: slong,
pub exps: [ulong; 64],
pub pows: [nn_ptr; 64],
pub sizes: [slong; 64],
pub val_limbs: [slong; 64],
pub buf: nn_ptr,
}Fields§
§len: slong§exps: [ulong; 64]§pows: [nn_ptr; 64]§sizes: [slong; 64]§val_limbs: [slong; 64]§buf: nn_ptrTrait Implementations§
Auto Trait Implementations§
impl Freeze for radix_powers_struct
impl RefUnwindSafe for radix_powers_struct
impl !Send for radix_powers_struct
impl !Sync for radix_powers_struct
impl Unpin for radix_powers_struct
impl UnsafeUnpin for radix_powers_struct
impl UnwindSafe for radix_powers_struct
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