pub struct U144 {
pub hi: u128,
pub lo: u16,
}
Fields§
§hi: u128
§lo: u16
Implementations§
Trait Implementations§
source§impl Common for U144
impl Common for U144
const ZERO: U144 = _
const ONE: U144 = _
const MAX: U144 = _
const BITS: u8 = 144u8
type Array = [u8; 18]
fn leading_zeros(&self) -> u8
fn trailing_zeros(&self) -> u8
fn count_ones(&self) -> u8
const BYTES: u8 = <Self::Array>::SIZE as u8
fn log2(&self) -> u8
source§impl PartialEq<U144> for U144
impl PartialEq<U144> for U144
source§impl PartialOrd<U144> for U144
impl PartialOrd<U144> for U144
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 StructuralPartialEq for U144
Auto Trait Implementations§
impl RefUnwindSafe for U144
impl Send for U144
impl Sync for U144
impl Unpin for U144
impl UnwindSafe for U144
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