Struct boring_sys::bn_primality_result_t
source · [−]#[repr(transparent)]pub struct bn_primality_result_t(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl bn_primality_result_t
impl bn_primality_result_t
pub const bn_probably_prime: bn_primality_result_t = _
sourceimpl bn_primality_result_t
impl bn_primality_result_t
pub const bn_composite: bn_primality_result_t = _
sourceimpl bn_primality_result_t
impl bn_primality_result_t
pub const bn_non_prime_power_composite: bn_primality_result_t = _
Trait Implementations
sourceimpl Clone for bn_primality_result_t
impl Clone for bn_primality_result_t
sourcefn clone(&self) -> bn_primality_result_t
fn clone(&self) -> bn_primality_result_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for bn_primality_result_t
impl Debug for bn_primality_result_t
sourceimpl Hash for bn_primality_result_t
impl Hash for bn_primality_result_t
sourceimpl PartialEq<bn_primality_result_t> for bn_primality_result_t
impl PartialEq<bn_primality_result_t> for bn_primality_result_t
sourcefn eq(&self, other: &bn_primality_result_t) -> bool
fn eq(&self, other: &bn_primality_result_t) -> bool
impl Copy for bn_primality_result_t
impl Eq for bn_primality_result_t
impl StructuralEq for bn_primality_result_t
impl StructuralPartialEq for bn_primality_result_t
Auto Trait Implementations
impl RefUnwindSafe for bn_primality_result_t
impl Send for bn_primality_result_t
impl Sync for bn_primality_result_t
impl Unpin for bn_primality_result_t
impl UnwindSafe for bn_primality_result_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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