Struct unin::u44[][src]

pub struct u44(_);

The 44-bit unsigned integer type.

Implementations

impl u44[src]

pub const MAX: Self[src]

pub const MIN: Self[src]

impl u44[src]

pub const fn min_value() -> Self[src]

Returns the smallest value that can be represented by this integer type.

pub const fn max_value() -> Self[src]

Returns the largest value that can be represented by this integer type.

pub fn new(value: u64) -> Self[src]

pub const fn wrapping_sub(self, rhs: Self) -> Self[src]

Wrapping (modular) subtraction. Computes self - other, wrapping around at the boundary of the type.

Examples

Basic usage:

use num_x::*;

assert_eq!(i5::MIN.wrapping_sub(i5::new(1)), i5::MAX);

assert_eq!(i5::new(-10).wrapping_sub(i5::new(5)), i5::new(-15));
assert_eq!(i5::new(-15).wrapping_sub(i5::new(5)), i5::new(12));

pub const fn wrapping_add(self, rhs: Self) -> Self[src]

Wrapping (modular) addition. Computes self + other, wrapping around at the boundary of the type.

Examples

Basic usage:

use num_x::*;

assert_eq!(i5::MAX.wrapping_add(i5::new(1)), i5::MIN);

assert_eq!(i5::new(10).wrapping_add(i5::new(5)), i5::new(15));
assert_eq!(i5::new(15).wrapping_add(i5::new(5)), i5::new(-12));

pub const fn capacity(self) -> u32[src]

pub const fn rotate_left(self, n: u32) -> Self[src]

pub const fn rotate_right(self, n: u32) -> Self[src]

pub const fn count_ones(self) -> u32[src]

pub const fn count_zeros(self) -> u32[src]

pub const fn leading_zeros(self) -> u32[src]

pub const fn trailing_zeros(self) -> u32[src]

pub const fn reverse_bits(self) -> Self[src]

pub const fn is_power_of_two(self) -> bool[src]

Trait Implementations

impl Add<u44> for u44[src]

type Output = u44

The resulting type after applying the + operator.

impl Binary for u44[src]

impl<'a> BitAnd<&'a u44> for u44[src]

type Output = <u44 as BitOr<u44>>::Output

The resulting type after applying the & operator.

impl<'a> BitAnd<&'a u44> for &'a u44[src]

type Output = <u44 as BitOr<u44>>::Output

The resulting type after applying the & operator.

impl BitAnd<u44> for u44[src]

type Output = u44

The resulting type after applying the & operator.

impl<'a> BitAnd<u44> for &'a u44[src]

type Output = <u44 as BitOr<u44>>::Output

The resulting type after applying the & operator.

impl BitAndAssign<u44> for u44[src]

impl<'a> BitOr<&'a u44> for u44[src]

type Output = <u44 as BitOr<u44>>::Output

The resulting type after applying the | operator.

impl<'a> BitOr<&'a u44> for &'a u44[src]

type Output = <u44 as BitOr<u44>>::Output

The resulting type after applying the | operator.

impl BitOr<u44> for u44[src]

type Output = u44

The resulting type after applying the | operator.

impl<'a> BitOr<u44> for &'a u44[src]

type Output = <u44 as BitOr<u44>>::Output

The resulting type after applying the | operator.

impl BitOrAssign<u44> for u44[src]

impl<'a> BitXor<&'a u44> for u44[src]

type Output = <u44 as BitOr<u44>>::Output

The resulting type after applying the ^ operator.

impl<'a> BitXor<&'a u44> for &'a u44[src]

type Output = <u44 as BitOr<u44>>::Output

The resulting type after applying the ^ operator.

impl BitXor<u44> for u44[src]

type Output = u44

The resulting type after applying the ^ operator.

impl<'a> BitXor<u44> for &'a u44[src]

type Output = <u44 as BitOr<u44>>::Output

The resulting type after applying the ^ operator.

impl BitXorAssign<u44> for u44[src]

impl Clone for u44[src]

impl Copy for u44[src]

impl Debug for u44[src]

impl Default for u44[src]

impl Display for u44[src]

impl Eq for u44[src]

impl From<u10> for u44[src]

impl From<u11> for u44[src]

impl From<u12> for u44[src]

impl From<u13> for u44[src]

impl From<u14> for u44[src]

impl From<u15> for u44[src]

impl From<u16> for u44[src]

impl From<u17> for u44[src]

impl From<u18> for u44[src]

impl From<u19> for u44[src]

impl From<u2> for u44[src]

impl From<u20> for u44[src]

impl From<u21> for u44[src]

impl From<u22> for u44[src]

impl From<u23> for u44[src]

impl From<u24> for u44[src]

impl From<u25> for u44[src]

impl From<u26> for u44[src]

impl From<u27> for u44[src]

impl From<u28> for u44[src]

impl From<u29> for u44[src]

impl From<u3> for u44[src]

impl From<u30> for u44[src]

impl From<u31> for u44[src]

impl From<u32> for u44[src]

impl From<u33> for u44[src]

impl From<u34> for u44[src]

impl From<u35> for u44[src]

impl From<u36> for u44[src]

impl From<u37> for u44[src]

impl From<u38> for u44[src]

impl From<u39> for u44[src]

impl From<u4> for u44[src]

impl From<u40> for u44[src]

impl From<u41> for u44[src]

impl From<u42> for u44[src]

impl From<u43> for u44[src]

impl From<u44> for u64[src]

impl From<u44> for usize[src]

impl From<u44> for u53[src]

impl From<u44> for u54[src]

impl From<u44> for u55[src]

impl From<u44> for u56[src]

impl From<u44> for u57[src]

impl From<u44> for u58[src]

impl From<u44> for u59[src]

impl From<u44> for u60[src]

impl From<u44> for u61[src]

impl From<u44> for u62[src]

impl From<u44> for u45[src]

impl From<u44> for u63[src]

impl From<u44> for u46[src]

impl From<u44> for u47[src]

impl From<u44> for u48[src]

impl From<u44> for u49[src]

impl From<u44> for u50[src]

impl From<u44> for u51[src]

impl From<u44> for u52[src]

impl From<u5> for u44[src]

impl From<u6> for u44[src]

impl From<u7> for u44[src]

impl From<u8> for u44[src]

impl From<u9> for u44[src]

impl Hash for u44[src]

impl LowerHex for u44[src]

impl Not for u44[src]

type Output = u44

The resulting type after applying the ! operator.

impl<'a> Not for &'a u44[src]

type Output = <u44 as Not>::Output

The resulting type after applying the ! operator.

impl Octal for u44[src]

impl Ord for u44[src]

impl PartialEq<u44> for u44[src]

impl PartialOrd<u44> for u44[src]

impl<T> Shl<T> for u44 where
    u64: Shl<T, Output = u64>, 
[src]

type Output = u44

The resulting type after applying the << operator.

impl<T> ShlAssign<T> for u44 where
    u64: ShlAssign<T>, 
[src]

impl<T> Shr<T> for u44 where
    u64: Shr<T, Output = u64>, 
[src]

type Output = u44

The resulting type after applying the >> operator.

impl<T> ShrAssign<T> for u44 where
    u64: ShrAssign<T>, 
[src]

impl Sub<u44> for u44[src]

type Output = u44

The resulting type after applying the - operator.

impl UpperHex for u44[src]

Auto Trait Implementations

impl RefUnwindSafe for u44

impl Send for u44

impl Sync for u44

impl Unpin for u44

impl UnwindSafe for u44

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.