[][src]Struct big_unsigned_ints::U2048

pub struct U2048(pub [u64; 32]);

Methods

impl U2048[src]

pub fn new() -> U2048[src]

pub fn from_u8_byte_array_to_u2048(input: [u8; 256]) -> U2048[src]

Trait Implementations

impl From<[u8; 256]> for U2048[src]

impl Display for U2048[src]

impl Debug for U2048[src]

impl Copy for U2048[src]

impl Into<[u8; 256]> for U2048[src]

impl Clone for U2048[src]

Auto Trait Implementations

impl Unpin for U2048

impl Send for U2048

impl Sync for U2048

Blanket Implementations

impl<T> From<T> for T[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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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