[][src]Struct big_unsigned_ints::U1024

pub struct U1024(pub [u64; 16]);

Implementations

impl U1024[src]

pub fn new() -> U1024[src]

pub fn from_bytes(bytes: [u8; 128]) -> [u64; 16][src]

👎 Deprecated

pub fn to_bytes(largebytes: [u64; 16]) -> [u8; 128][src]

👎 Deprecated

Trait Implementations

impl Clone for U1024[src]

impl Copy for U1024[src]

impl Debug for U1024[src]

impl Display for U1024[src]

impl Eq for U1024[src]

impl From<[u8; 128]> for U1024[src]

impl Hash for U1024[src]

impl Into<[u8; 128]> for U1024[src]

impl Ord for U1024[src]

impl PartialEq<U1024> for U1024[src]

impl PartialOrd<U1024> for U1024[src]

impl StructuralEq for U1024[src]

impl StructuralPartialEq for U1024[src]

Auto Trait Implementations

impl Send for U1024[src]

impl Sync for U1024[src]

impl Unpin for U1024[src]

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, 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.