#[repr(C)]pub struct apow {
pub k: mp_limb_t,
pub ak: mp_limb_t,
}Fields§
§k: mp_limb_t§ak: mp_limb_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for apow
impl RefUnwindSafe for apow
impl Send for apow
impl Sync for apow
impl Unpin for apow
impl UnwindSafe for apow
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