Struct crypto_bigint::consts::B0
source · pub struct B0;
Expand description
The type-level bit 0.
Implementations§
Trait Implementations§
source§impl Ord for B0
impl Ord for B0
source§impl PartialOrd<B0> for B0
impl PartialOrd<B0> for B0
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 more