pub struct WideLimb {
pub lo: Limb,
pub hi: Limb,
}Expand description
Wide limb type (128-bit for multiplication results).
Fields§
§lo: LimbLow 64 bits.
hi: LimbHigh 64 bits.
Implementations§
Trait Implementations§
impl Copy for WideLimb
impl Eq for WideLimb
impl StructuralPartialEq for WideLimb
Auto Trait Implementations§
impl Freeze for WideLimb
impl RefUnwindSafe for WideLimb
impl Send for WideLimb
impl Sync for WideLimb
impl Unpin for WideLimb
impl UnwindSafe for WideLimb
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