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