#[repr(C)]pub struct mag_struct {
pub exp: fmpz,
pub man: mp_limb_t,
}Fields§
§exp: fmpz§man: mp_limb_tTrait Implementations§
Source§impl Clone for mag_struct
impl Clone for mag_struct
Source§fn clone(&self) -> mag_struct
fn clone(&self) -> mag_struct
Returns a duplicate 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 mag_struct
impl Debug for mag_struct
impl Copy for mag_struct
Auto Trait Implementations§
impl Freeze for mag_struct
impl RefUnwindSafe for mag_struct
impl Send for mag_struct
impl Sync for mag_struct
impl Unpin for mag_struct
impl UnwindSafe for mag_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