Struct nettle_sys::__mpz_struct
source · #[repr(C)]pub struct __mpz_struct {
pub _mp_alloc: c_int,
pub _mp_size: c_int,
pub _mp_d: *mut mp_limb_t,
}
Fields§
§_mp_alloc: c_int
§_mp_size: c_int
§_mp_d: *mut mp_limb_t
Trait Implementations§
source§impl Clone for __mpz_struct
impl Clone for __mpz_struct
source§fn clone(&self) -> __mpz_struct
fn clone(&self) -> __mpz_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for __mpz_struct
impl Debug for __mpz_struct
impl Copy for __mpz_struct
Auto Trait Implementations§
impl RefUnwindSafe for __mpz_struct
impl !Send for __mpz_struct
impl !Sync for __mpz_struct
impl Unpin for __mpz_struct
impl UnwindSafe for __mpz_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