#[repr(C)]pub struct fac_t {
pub ind: mp_limb_signed_t,
pub exp: mp_limb_signed_t,
}Fields§
§ind: mp_limb_signed_t§exp: mp_limb_signed_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for fac_t
impl RefUnwindSafe for fac_t
impl Send for fac_t
impl Sync for fac_t
impl Unpin for fac_t
impl UnwindSafe for fac_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