#[repr(C)]pub struct crt_struct {
pub num: c_int,
pub n: nmod_t,
pub m: [mp_limb_signed_t; 15],
pub M: [mp_limb_t; 15],
pub vM: [mp_limb_t; 15],
}Fields§
§num: c_int§n: nmod_t§m: [mp_limb_signed_t; 15]§M: [mp_limb_t; 15]§vM: [mp_limb_t; 15]Trait Implementations§
Source§impl Clone for crt_struct
impl Clone for crt_struct
Source§fn clone(&self) -> crt_struct
fn clone(&self) -> crt_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 crt_struct
impl Debug for crt_struct
impl Copy for crt_struct
Auto Trait Implementations§
impl Freeze for crt_struct
impl RefUnwindSafe for crt_struct
impl Send for crt_struct
impl Sync for crt_struct
impl Unpin for crt_struct
impl UnwindSafe for crt_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