#[repr(C)]pub struct fac_t {
pub ind: mp_limb_signed_t,
pub exp: mp_limb_signed_t,
}Fields
ind: mp_limb_signed_texp: mp_limb_signed_tTrait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more