Struct nanvm_lib::big_numbers::big_int::BigInt
source · pub struct BigInt {
pub sign: Sign,
pub value: BigUint,
}
Fields§
§sign: Sign
§value: BigUint
Implementations§
Trait Implementations§
source§impl Ord for BigInt
impl Ord for BigInt
source§impl PartialEq for BigInt
impl PartialEq for BigInt
source§impl PartialOrd for BigInt
impl PartialOrd for BigInt
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for BigInt
impl StructuralPartialEq for BigInt
Auto Trait Implementations§
impl RefUnwindSafe for BigInt
impl Send for BigInt
impl Sync for BigInt
impl Unpin for BigInt
impl UnwindSafe for BigInt
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