Struct unknown_order::GcdResult [−][src]
Expand description
GcdResult encapsulates the gcd result and the Bézout coefficients
Fields
gcd: BigNumberQuotient
x: BigNumberBézout coefficient
y: BigNumberBézout coefficient
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GcdResultimpl UnwindSafe for GcdResultBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V