[][src]Struct big_unsigned_ints::U384

pub struct U384(pub [u64; 6]);

Implementations

impl U384[src]

pub fn new() -> U384[src]

pub fn from_bytes(bytes: [u8; 48]) -> [u64; 6][src]

👎 Deprecated

pub fn to_bytes(largebytes: [u64; 6]) -> [u8; 48][src]

👎 Deprecated

Trait Implementations

impl Clone for U384[src]

impl Copy for U384[src]

impl Debug for U384[src]

impl Display for U384[src]

impl Eq for U384[src]

impl From<[u8; 48]> for U384[src]

impl Hash for U384[src]

impl Into<[u8; 48]> for U384[src]

impl Ord for U384[src]

impl PartialEq<U384> for U384[src]

impl PartialOrd<U384> for U384[src]

impl StructuralEq for U384[src]

impl StructuralPartialEq for U384[src]

Auto Trait Implementations

impl Send for U384[src]

impl Sync for U384[src]

impl Unpin for U384[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.