#[repr(C)]pub struct mpz_t {
pub single: mp_digit,
pub digits: *mut mp_digit,
pub alloc: mp_size,
pub used: mp_size,
pub sign: mp_sign,
}
Fields§
§single: mp_digit
§digits: *mut mp_digit
§alloc: mp_size
§used: mp_size
§sign: mp_sign
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mpz_t
impl RefUnwindSafe for mpz_t
impl !Send for mpz_t
impl !Sync for mpz_t
impl Unpin for mpz_t
impl UnwindSafe for mpz_t
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)